mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Include Windows headers only under Windows
This commit is contained in:
parent
c84d665027
commit
d3380edbb2
1 changed files with 2 additions and 6 deletions
|
@ -25,6 +25,7 @@
|
|||
#undef realloc
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <qt_windows.h>
|
||||
#include <shlguid.h>
|
||||
#include <winnls.h>
|
||||
|
@ -32,17 +33,12 @@
|
|||
#include <objbase.h>
|
||||
#include <objidl.h>
|
||||
#include <strsafe.h>
|
||||
#endif
|
||||
|
||||
#ifndef _DEBUG
|
||||
#define QT_NO_DEBUG_OUTPUT
|
||||
#endif
|
||||
|
||||
#include <qglobal.h>
|
||||
|
||||
#ifdef Q_COMPILER_RVALUE_REFS
|
||||
#undef Q_COMPILER_RVALUE_REFS
|
||||
#endif
|
||||
|
||||
#include <QtCore/QtCore>
|
||||
#include <QtGui/QtGui>
|
||||
#include <QtNetwork/QtNetwork>
|
||||
|
|
Loading…
Reference in a new issue