mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Fix requirement for _WIN32_WINNT to use process related functions.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
8dcfb5e4d0
commit
cd13428a22
@ -34,7 +34,7 @@
|
||||
#if !defined(HAVE_W32_SYSTEM)
|
||||
#error This code is only used on W32.
|
||||
#else
|
||||
#define _WIN32_WINNT 0x602
|
||||
#define _WIN32_WINNT 0x600
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user