removed 2 compile warnings

This commit is contained in:
Olga Kornievskaia 2010-11-08 12:06:54 -05:00 committed by unknown
parent 24c28df19d
commit a66dc99c48
2 changed files with 1 additions and 2 deletions

View file

@ -50,7 +50,7 @@
#define snprintf _snprintf
//#define vsnprintf _vsnprintf
#define strcasecmp _stricmp
#define strdup _strdup
//#define strdup _strdup
#define getpid _getpid
#define bcmp memcmp