Use non-standard replacement functions for msvc.
This commit is contained in:
parent
14b28cb993
commit
af51b58a09
@ -28,6 +28,12 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define snprintf _snprintf
|
||||
#define strcasecmp _stricmp
|
||||
#define strncasecmp _strnicmp
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define DC_TICKS_FORMAT "%I64d"
|
||||
#else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user