Replace _snprintf too.

This commit is contained in:
Arkshine
2014-08-08 13:22:13 +02:00
parent b47aa6871d
commit 62eac5d91c
3 changed files with 21 additions and 7 deletions

View File

@ -17,10 +17,6 @@
#include "GeoIP2/maxminddb.h"
#include "amxxmodule.h"
#if defined(WIN32)
#define snprintf _snprintf
#endif
extern AMX_NATIVE_INFO geoip_natives[];
#endif //_INCLUDE_GEOIPAMXX_H