Source reformatting only.

This commit is contained in:
oliverschmidt 2007-11-18 02:17:33 +00:00
parent 86a745f923
commit 6ab83029c3

View File

@ -21,7 +21,7 @@ int strcasecmp(const char*, const char*);
char* strdup(const char*);
#else
#define strcasecmp _stricmp
#define strdup _strdup
#define strdup _strdup
#endif