Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflict

This commit is contained in:
Shauren
2025-06-11 15:52:40 +02:00
parent 78dd65ad2e
commit 1f5f245c02
7 changed files with 40 additions and 47 deletions
+6 -6
View File
@@ -44,11 +44,11 @@
#define DATABASE_HOTFIXES_DATABASE "TDB_full_hotfixes_1115.25051_2025_05_31.sql"
// Windows resource defines
#define VER_COMPANYNAME_STR "TrinityCore Developers"
#define VER_LEGALCOPYRIGHT_STR "(c)2008-@rev_year@ TrinityCore"
#define VER_FILEVERSION 0,0,0
#define VER_FILEVERSION_STR "@rev_hash@ @rev_date@ (@rev_branch@ branch)"
#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
#define TRINITY_COMPANYNAME_STR "TrinityCore Developers"
#define TRINITY_LEGALCOPYRIGHT_STR "(c)2008-@rev_year@ TrinityCore"
#define TRINITY_FILEVERSION 0,0,0
#define TRINITY_FILEVERSION_STR "@rev_hash@ @rev_date@ (@rev_branch@ branch)"
#define TRINITY_PRODUCTVERSION TRINITY_FILEVERSION
#define TRINITY_PRODUCTVERSION_STR TRINITY_FILEVERSION_STR
#endif // TRINITYCORE_REVISION_DATA_H