From 89f33b734d7d540c7fa26f6556ef9ec49eb3008a Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 2 Dec 2012 00:36:34 +0200 Subject: 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. --- libpcsxcore/psxcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/psxcommon.h') 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 -- cgit v1.2.3