Fix build on Windows.

This commit is contained in:
Ghislain MARY 2016-01-28 10:17:27 +01:00
parent 142891969e
commit 6df23bdc52

View file

@ -27,6 +27,7 @@
#ifdef _WIN32
#ifndef snprintf
#define snprintf _snprintf
#define strcasecmp _stricmp
#endif
#ifndef strdup
#define strdup _strdup