- define _WIN32_WINNT to 0x600 (Vista) in the CMake project instead of littering all files with inconsistent settings for the target version.

This commit is contained in:
Christoph Oelckers 2019-07-14 16:55:01 +02:00
commit 79ad3e6203
15 changed files with 1 additions and 19 deletions

View file

@ -12,7 +12,6 @@ void D_ConfirmSendStats()
#else // !NO_SEND_STATS
#if defined(_WIN32)
#define _WIN32_WINNT 0x0501
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <winsock2.h>