From db70d04dcef77323343cee8a7c4e2ffca7ed706d Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 16 May 2016 11:13:04 +0200 Subject: [PATCH] Changed: Include Windows headers only under Windows --HG-- branch : develop --- code/ryzom/tools/client/ryzom_installer/src/stdpch.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/stdpch.h b/code/ryzom/tools/client/ryzom_installer/src/stdpch.h index 5d64b580f..4ebe147f0 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/stdpch.h +++ b/code/ryzom/tools/client/ryzom_installer/src/stdpch.h @@ -25,6 +25,7 @@ #undef realloc #endif +#ifdef _WIN32 #include #include #include @@ -32,17 +33,12 @@ #include #include #include +#endif #ifndef _DEBUG #define QT_NO_DEBUG_OUTPUT #endif -#include - -#ifdef Q_COMPILER_RVALUE_REFS -#undef Q_COMPILER_RVALUE_REFS -#endif - #include #include #include