Changed: Include Windows.h only under Windows

--HG--
branch : feature-ryzom-installer
This commit is contained in:
kervala 2016-05-14 18:52:53 +02:00
parent 4f79e265f8
commit f3feb5ebd9

View file

@ -32,7 +32,9 @@
#include <sys/stat.h>
#ifdef Q_OS_WIN
#include <Windows.h>
#endif
#ifndef FILE_ATTRIBUTE_READONLY
#define FILE_ATTRIBUTE_READONLY 0x1