mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
remove mswin-type define -- this is UNIX
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user