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
@@ -28,9 +28,6 @@
#include <process.h>
#define snprintf _snprintf
#if (_MSC_VER < 1500)
#define vsnprintf _vsnprintf
#endif
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#endif