Remove defining _WIN32_WINNT
This commit is contained in:
parent
fd9ab43681
commit
5e819cf04b
|
@ -29,10 +29,6 @@
|
|||
#include <QTimer>
|
||||
#include <QtDebug>
|
||||
|
||||
#ifndef _WIN32_WINNT
|
||||
# define _WIN32_WINNT 0x0600
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <shobjidl.h>
|
||||
|
|
|
@ -39,9 +39,6 @@
|
|||
#endif
|
||||
|
||||
#ifdef Q_OS_WIN32
|
||||
# ifndef _WIN32_WINNT
|
||||
# define _WIN32_WINNT 0x0600
|
||||
# endif
|
||||
# include <windows.h>
|
||||
# include <iostream>
|
||||
#endif // Q_OS_WIN32
|
||||
|
|
Loading…
Reference in New Issue