Commit 6ff8f716 authored by Magnus Blåudd's avatar Magnus Blåudd

Bug#47867 compiler warning _WIN32_WINNT macro redefinition

 - Remove the conflicting macro definitions since we define a higher value
   directly in the cmake files.
parent 10d1a0da
......@@ -27,7 +27,6 @@
#include <time.h>
#if defined(_WIN32)
#define _WIN32_WINNT 0x0400
#include <windows.h>
#include <wincrypt.h>
#else
......
......@@ -50,9 +50,6 @@
is killed.
*/
/* Requires Windows 2000 or higher */
#define _WIN32_WINNT 0x0500
#include <windows.h>
#include <stdio.h>
#include <tlhelp32.h>
......
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