Changed: Include Windows.h only under Windows

--HG--
branch : feature-ryzom-installer
feature/pipeline-tools
kervala 9 years ago
parent 4f79e265f8
commit f3feb5ebd9

@ -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

Loading…
Cancel
Save