This commit is contained in:
KimLS
2013-05-23 00:31:02 -07:00
88 changed files with 590 additions and 440 deletions
-3
View File
@@ -29,9 +29,6 @@
#ifdef _WINDOWS
#define snprintf _snprintf
#if (_MSC_VER < 1500)
#define vsnprintf _vsnprintf
#endif
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#else