mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
remove undef, add on cmakelists
This commit is contained in:
@@ -39,8 +39,6 @@ typedef int32_t int32;
|
||||
typedef int16_t int16;
|
||||
typedef int8_t int8;
|
||||
|
||||
#undef __STRICT_ANSI__
|
||||
|
||||
// C headers
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
|
@@ -21,8 +21,6 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#undef __STRICT_ANSI__
|
||||
|
||||
#include "logger.h"
|
||||
#include "util.h"
|
||||
|
||||
|
@@ -21,8 +21,6 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#undef __STRICT_ANSI__
|
||||
|
||||
#include "util.h"
|
||||
#include <cstdio>
|
||||
|
||||
|
Reference in New Issue
Block a user