version 0.1.1
[fms.git] / src / nntp / mime / MimeCode.cpp
index 7de6c99..3f819dd 100644 (file)
@@ -19,6 +19,12 @@ static char THIS_FILE[]=__FILE__;
 #define new DEBUG_NEW\r
 #endif\r
 \r
+#ifndef _WIN32\r
+       #define stricmp strcasecmp\r
+       #define strnicmp strncasecmp\r
+       #define memicmp memcmp\r
+#endif\r
+\r
 //////////////////////////////////////////////////////////////////////\r
 // CMimeEnvironment - global environment to manage encoding/decoding\r
 //////////////////////////////////////////////////////////////////////\r