Remove defining _WIN32_WINNT

This commit is contained in:
Jonas Kvinge
2022-07-17 01:16:10 +02:00
parent fd9ab43681
commit 5e819cf04b
2 changed files with 0 additions and 7 deletions

View File

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