desktop: remove unnecessary #define _WIN32_WINNT 0x0501
gb_OSDEFS already globally sets at least 0x0502 Change-Id: I52b75dc114eb498232faeb70ec75948ad01d3675
This commit is contained in:
@@ -27,10 +27,6 @@
|
||||
#include "cmdlinehelp.hxx"
|
||||
|
||||
#ifdef _WIN32
|
||||
#if _WIN32_WINNT < 0x0501
|
||||
// For AttachConsole() and MAPVK_VK_TO_VSC
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#endif
|
||||
#include "windows.h"
|
||||
#include "io.h"
|
||||
#include "fcntl.h"
|
||||
|
@@ -23,9 +23,6 @@
|
||||
#include <cstddef>
|
||||
#include <cwchar>
|
||||
|
||||
#if _WIN32_WINNT < 0x0501
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#endif
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#if defined _MSC_VER
|
||||
#pragma warning(push, 1)
|
||||
|
Reference in New Issue
Block a user