pipe error messages through single function
[pcsx_rearmed.git] / libpcsxcore / psxcommon.h
index 9f12e3b..2a3877b 100644 (file)
@@ -69,9 +69,8 @@ typedef uint8_t boolean;
 
 // Local includes
 #include "system.h"
-#include "debug.h"
 
-#if defined (__LINUX__) || defined (__MACOSX__)
+#ifndef _WIN32
 #define strnicmp strncasecmp
 #endif
 #define __inline inline