X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Ftools%2Fdependency_tool%2Finclude.cpp;h=631027b7bf338a020bb2a3bbb269617e76118ef7;hb=ea399ea4e4135ab47c931e5c3adaece7d0cf9ec3;hp=08ade6088b27995beba10fe389ff551341614a41;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/tools/dependency_tool/include.cpp b/nucleus/tools/dependency_tool/include.cpp index 08ade608..631027b7 100644 --- a/nucleus/tools/dependency_tool/include.cpp +++ b/nucleus/tools/dependency_tool/include.cpp @@ -34,12 +34,12 @@ in this Software without prior written authorization from the X Consortium. #include -#ifdef _MSC_VER - #undef strcasecmp - #undef strncasecmp - #define strcasecmp strcmpi - #define strncasecmp strnicmp -#endif +//#ifdef _MSC_VER +// #undef strcasecmp +// #undef strncasecmp +// #define strcasecmp strcmpi +// #define strncasecmp strnicmp +//#endif extern inclist inc_list[MAXFILES], *inclistp; extern char *includedirs[ ];