From 877354a9af4bbc6b2cdb15493c1fcc897eff4899 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 29 Jun 2015 16:09:37 -0400 Subject: Try a little harder to fix the tor-ci-windows builder, or figure out why it is broke --- src/win32/orconfig.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/win32') diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 9c780e85d7..af3c5f5417 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -255,3 +255,8 @@ #ifndef STDERR_FILENO #define STDERR_FILENO 2 #endif + +#define WINVER 0x0501 +#define _WIN32_WINNT 0x0501 +#define WIN32_LEAN_AND_MEAN 1 + -- cgit v1.2.3-54-g00ecf