- Win32 always has to be special, works on Linux again

This commit is contained in:
amponzi 2007-01-27 19:38:04 +00:00
parent b7369a6984
commit dd2932cc63
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
#include "ROMReader.h"
#include <stdio.h>
#ifndef strcasecmp
#define strcasecmp stricmp
#endif
#ifdef HAVE_LIBZZIP
#include <zzip/zzip.h>
#endif
#ifdef WIN32
#define strcasecmp stricmp
#endif
ROMReader_struct * ROMReaderInit(char ** filename)
{