diff --git a/base/stringutil.cpp b/base/stringutil.cpp index f229569671..2dc4ccea9b 100644 --- a/base/stringutil.cpp +++ b/base/stringutil.cpp @@ -1,4 +1,6 @@ +#ifdef _WIN32 #include +#endif #include #include #include @@ -14,11 +16,11 @@ #ifdef _WIN32 // Function Cross-Compatibility #define strcasecmp _stricmp -#endif void __ods__(const char *p) { OutputDebugString(p); } +#endif unsigned int parseHex(const char *_szValue) {