Kaydet (Commit) 7e7fcb7e authored tarafından Michael Stahl's avatar Michael Stahl

desktop: remove unnecessary #define _WIN32_WINNT 0x0501

gb_OSDEFS already globally sets at least 0x0502

Change-Id: I52b75dc114eb498232faeb70ec75948ad01d3675
üst f3a6d9ad
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment