Source reformatting only.
This commit is contained in:
parent
86a745f923
commit
6ab83029c3
|
@ -21,7 +21,7 @@ int strcasecmp(const char*, const char*);
|
||||||
char* strdup(const char*);
|
char* strdup(const char*);
|
||||||
#else
|
#else
|
||||||
#define strcasecmp _stricmp
|
#define strcasecmp _stricmp
|
||||||
#define strdup _strdup
|
#define strdup _strdup
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue