X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=nucleus%2Ftools%2Fdependency_tool%2Finclude.cpp;fp=nucleus%2Ftools%2Fdependency_tool%2Finclude.cpp;h=631027b7bf338a020bb2a3bbb269617e76118ef7;hp=08ade6088b27995beba10fe389ff551341614a41;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hpb=a4c99c6006b3aa20b5f65f02c2d30db7e790083a 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[ ];