X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fbasis%2Fastring.cpp;h=3c09fce8f1c30efac4565011823bc03923d810ee;hb=24b2947ed9364f3e83fa1bb544ff6b1fdbf0428f;hp=55b9daf85c7867ae3fa3d2888e12265b539acc2f;hpb=32093917ca7f2341da0169cd1e7549c971e1055d;p=feisty_meow.git diff --git a/nucleus/library/basis/astring.cpp b/nucleus/library/basis/astring.cpp index 55b9daf8..3c09fce8 100644 --- a/nucleus/library/basis/astring.cpp +++ b/nucleus/library/basis/astring.cpp @@ -19,12 +19,12 @@ #include #include -#ifdef __WIN32__ - #undef strcasecmp - #undef strncasecmp - #define strcasecmp strcmpi - #define strncasecmp strnicmp -#endif +//#ifdef __WIN32__ +// #undef strcasecmp +// #undef strncasecmp +// #define strcasecmp strcmpi +// #define strncasecmp strnicmp +//#endif //#define DEBUG_STRING // uncomment for debugging version.