mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(Core/Deps): fix build (#2203)
This commit is contained in:
@@ -111,9 +111,6 @@
|
||||
#define snprintf _snprintf
|
||||
#define atoll _atoi64
|
||||
#define vsnprintf _vsnprintf
|
||||
#ifndef isfinite
|
||||
#define isfinite(X) _finite(X)
|
||||
#endif
|
||||
#define llabs _abs64
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user