From 0945e6f82076db048010ffaf37c2162dc6b6c224 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Thu, 25 Jul 2013 08:31:51 +0200 Subject: + Fixed output directory for Stormlib_test (Windows, x64, Release) --- src/StormPort.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/StormPort.h b/src/StormPort.h index 3c7c121..65fbb21 100644 --- a/src/StormPort.h +++ b/src/StormPort.h @@ -73,11 +73,12 @@ #include #include - #if __ppc__ == 1 || __POWERPC__ == 1 || _ARCH_PPC == 1 + // Support for PowerPC on Max OS X + #if (__ppc__ == 1) || (__POWERPC__ == 1) || (_ARCH_PPC == 1) #include #include - #endif - + #endif + #define PKEXPORT #define __SYS_ZLIB #define __SYS_BZLIB -- cgit v1.2.3