mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 05:37:45 +00:00
fix windows build
This commit is contained in:
parent
100ece6386
commit
b79a422330
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