projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c14efd
)
threading: avoid defining _WIN32_WINNT
author
James Zern
<jzern@google.com>
Wed, 9 Nov 2011 02:50:45 +0000
(18:50 -0800)
committer
James Zern
<jzern@google.com>
Wed, 9 Nov 2011 02:50:45 +0000
(18:50 -0800)
The referenced function (SignalObjectAndWait) isn't used. Reduces the
warnings with mingw32-w64 which defines this.
Change-Id: I4ce592879ec9372bf196dac640204c4d370bd210
vp8/common/threading.h
patch
|
blob
|
history
diff --git
a/vp8/common/threading.h
b/vp8/common/threading.h
index
5927cb1
..
da6347d
100644
(file)
--- 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 <process.h>
#include <windows.h>
#define THREAD_FUNCTION DWORD WINAPI