Removed compiler warnings.
This commit is contained in:
parent
536f20efba
commit
86a745f923
@ -18,8 +18,10 @@
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
int strcasecmp(const char*, const char*);
|
||||
char* strdup(const char*);
|
||||
#else
|
||||
#define strcasecmp _stricmp
|
||||
#define strdup _strdup
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user