diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-06-29 16:09:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-29 16:09:37 -0400 |
commit | 877354a9af4bbc6b2cdb15493c1fcc897eff4899 (patch) | |
tree | ecdc8ec286a96dbf788fae1d2481229678a62f97 /src/win32 | |
parent | 753797391f789700ccf7ec9123076405f250cb93 (diff) | |
download | tor-877354a9af4bbc6b2cdb15493c1fcc897eff4899.tar.gz tor-877354a9af4bbc6b2cdb15493c1fcc897eff4899.zip |
Try a little harder to fix the tor-ci-windows builder, or figure out why it is broke
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 + |