From fbe76102e941b9f1edaf236788e42678f05fdf9a Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:08:06 +0200 Subject: 3.9 --- library/pch.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'library/pch.h') diff --git a/library/pch.h b/library/pch.h index 573ae73f..798319c7 100644 --- a/library/pch.h +++ b/library/pch.h @@ -8,7 +8,7 @@ #define FFS_PRECOMPILED_HEADER //pay attention when using this file: might cause issues! -#ifndef __WXDEBUG__ +#ifdef NDEBUG do NOT use in release build! #endif @@ -102,13 +102,10 @@ do NOT use in release build! //Boost #include -//#include <- conflict with #include #include -#include -#ifdef FFS_WIN +#ifdef __WXMSW__ #include //includes "windows.h" -#endif //FFS_WIN -//##################################################### +#endif //__WXMSW__ #endif //FFS_PRECOMPILED_HEADER -- cgit