From f3feb5ebd9986bab7dbf388c6b1f045fe4f1c4a8 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 14 May 2016 18:52:53 +0200 Subject: [PATCH] Changed: Include Windows.h only under Windows --HG-- branch : feature-ryzom-installer --- code/ryzom/tools/client/ryzom_installer/src/archive.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/ryzom/tools/client/ryzom_installer/src/archive.cpp b/code/ryzom/tools/client/ryzom_installer/src/archive.cpp index 10caa7262..425e4f379 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/archive.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/archive.cpp @@ -32,7 +32,9 @@ #include +#ifdef Q_OS_WIN #include +#endif #ifndef FILE_ATTRIBUTE_READONLY #define FILE_ATTRIBUTE_READONLY 0x1