From e94374db7db8aba922ca68eb07d86798d87579bb 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 --- 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