chore(misc): Mordenize maths (#17273)

This commit is contained in:
Kitzunu
2023-09-17 17:00:53 +02:00
committed by GitHub
parent 52744e6032
commit 1621da00da
2 changed files with 1 additions and 8 deletions

View File

@@ -41,13 +41,6 @@
#include <unistd.h>
#endif
#if AC_COMPILER == AC_COMPILER_MICROSOFT
#define atoll _atoi64
#define llabs _abs64
#else
#define stricmp strcasecmp
#endif
#define STRINGIZE(a) #a
#define MAX_NETCLIENT_PACKET_SIZE (32767 - 1) // Client hardcap: int16 with trailing zero space otherwise crash on memory free