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

@@ -9,11 +9,6 @@
#include "lib/types.h"
#include "lib/library.h"
// Quick and dirty...but it works
#ifdef __GNUC__
#define strcmpi strcasecmp
#endif
/*
* Print the usagescreen
*