X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=src%2Fnntp%2Fmime%2FMimeCode.cpp;h=3f819dd59a2d2053c5a99118943e8738dccd231d;hp=7de6c995d57f53812b52ea81b4fa5c67da664573;hb=868c533e84b3c81b6604b45b84efa32073aa20b4;hpb=6b896a9e1dc143bba86795be1e9336549db9b85f diff --git a/src/nntp/mime/MimeCode.cpp b/src/nntp/mime/MimeCode.cpp index 7de6c99..3f819dd 100644 --- a/src/nntp/mime/MimeCode.cpp +++ b/src/nntp/mime/MimeCode.cpp @@ -19,6 +19,12 @@ static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif +#ifndef _WIN32 + #define stricmp strcasecmp + #define strnicmp strncasecmp + #define memicmp memcmp +#endif + ////////////////////////////////////////////////////////////////////// // CMimeEnvironment - global environment to manage encoding/decoding //////////////////////////////////////////////////////////////////////