aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcommon.h
diff options
context:
space:
mode:
authornotaz2012-12-02 00:36:34 +0200
committernotaz2012-12-02 02:37:11 +0200
commit89f33b734d7d540c7fa26f6556ef9ec49eb3008a (patch)
tree1084e3198b145776dfa594260ef18591321b925b /libpcsxcore/psxcommon.h
parent665f33e1e8ce2e40a7939a33075c3bce1c90790c (diff)
downloadpcsx_rearmed-89f33b734d7d540c7fa26f6556ef9ec49eb3008a.tar.gz
pcsx_rearmed-89f33b734d7d540c7fa26f6556ef9ec49eb3008a.tar.bz2
pcsx_rearmed-89f33b734d7d540c7fa26f6556ef9ec49eb3008a.zip
rm x86 and ppc dynarec remains
that code is broken and unmaintained in this fork, which now relies on new_dynarec instead. It's better to merge Ari64's new_dynarec x86 code if x86 support is desired.
Diffstat (limited to 'libpcsxcore/psxcommon.h')
-rw-r--r--libpcsxcore/psxcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h
index cb808ec..2a3877b 100644
--- a/libpcsxcore/psxcommon.h
+++ b/libpcsxcore/psxcommon.h
@@ -70,7 +70,7 @@ typedef uint8_t boolean;
// Local includes
#include "system.h"
-#if defined (__LINUX__) || defined (__MACOSX__)
+#ifndef _WIN32
#define strnicmp strncasecmp
#endif
#define __inline inline