From 9d605061302e1acf3aec1f0e91bf50dffbc29a34 Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 8 Nov 2011 18:50:45 -0800 Subject: [PATCH] threading: avoid defining _WIN32_WINNT The referenced function (SignalObjectAndWait) isn't used. Reduces the warnings with mingw32-w64 which defines this. Change-Id: I4ce592879ec9372bf196dac640204c4d370bd210 --- vp8/common/threading.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vp8/common/threading.h b/vp8/common/threading.h index 5927cb1..da6347d 100644 --- a/vp8/common/threading.h +++ b/vp8/common/threading.h @@ -17,7 +17,6 @@ /* Thread management macros */ #ifdef _WIN32 /* Win32 */ -#define _WIN32_WINNT 0x500 /* WINBASE.H - Enable signal_object_and_wait */ #include #include #define THREAD_FUNCTION DWORD WINAPI -- 2.7.4