From 9ffccb3f49e1c73b34c0bd41fd3bc7116afab4b7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 14 May 2012 13:36:52 -0400 Subject: Remove all instances of WIN32_WINNT (without leading _) We started adding it in 59e2c77824840f back in 2004, 8 years and 3 days ago. It's time to deprogram ourselves from this cargo cult. --- src/or/or.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index b8fee649ea..ad0ac6d021 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -23,9 +23,6 @@ #endif #ifdef _WIN32 -#ifndef WIN32_WINNT -#define WIN32_WINNT 0x400 -#endif #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x400 #endif -- cgit v1.2.3-54-g00ecf