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

@@ -16,11 +16,6 @@
#include "link/main.h"
#include "link/library.h"
// Quick and dirty...but it works
#ifdef __GNUC__
#define strcmpi strcasecmp
#endif
enum eBlockType {
BLOCK_COMMENT,
BLOCK_OBJECTS,