remove mswin-type define -- this is UNIX

This commit is contained in:
bentley
2010-01-15 16:35:10 -07:00
parent 913e9c9e4f
commit 24c1613f06
5 changed files with 8 additions and 22 deletions

View File

@@ -18,8 +18,4 @@
#define RGBFIX_VERSION "1.02"
#define LIB_VERSION "1.00"
#ifdef __GNUC__
#define strnicmp strncasecmp
#endif
#endif