mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-22 10:07:44 +00:00
fix windows build
This commit is contained in:
parent
df45bebff7
commit
614ef5fccd
3 changed files with 11 additions and 5 deletions
|
@ -13,6 +13,11 @@
|
|||
#include <set>
|
||||
#include <variant>
|
||||
|
||||
#if _WIN32
|
||||
#undef near
|
||||
#undef far
|
||||
#endif
|
||||
|
||||
namespace Sapphire {
|
||||
namespace Data {
|
||||
|
||||
|
|
|
@ -13,8 +13,12 @@
|
|||
#include <set>
|
||||
#include <variant>
|
||||
|
||||
namespace Sapphire {
|
||||
namespace Data {
|
||||
#if _WIN32
|
||||
#undef near
|
||||
#undef far
|
||||
#endif
|
||||
|
||||
namespace Sapphire::Data {
|
||||
|
||||
class ExdDataGenerated;
|
||||
|
||||
|
@ -89,7 +93,6 @@ IDLISTGETTERS
|
|||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
|
||||
#include "Script/ScriptMgr.h"
|
||||
|
||||
#include <Exd/ExdDataGenerated.h>
|
||||
|
||||
#include <Database/ZoneDbConnection.h>
|
||||
#include <Database/DbWorkerPool.h>
|
||||
#include "Manager/LinkshellMgr.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue