- Win32 always has to be special, works on Linux again
This commit is contained in:
parent
b7369a6984
commit
dd2932cc63
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue