Changed: Include Windows.h only under Windows
--HG-- branch : feature-ryzom-installer
This commit is contained in:
parent
4f79e265f8
commit
f3feb5ebd9
1 changed files with 2 additions and 0 deletions
|
@ -32,7 +32,9 @@
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
#ifdef Q_OS_WIN
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef FILE_ATTRIBUTE_READONLY
|
#ifndef FILE_ATTRIBUTE_READONLY
|
||||||
#define FILE_ATTRIBUTE_READONLY 0x1
|
#define FILE_ATTRIBUTE_READONLY 0x1
|
||||||
|
|
Loading…
Reference in a new issue