threading: avoid defining _WIN32_WINNT
authorJames Zern <jzern@google.com>
Wed, 9 Nov 2011 02:50:45 +0000 (18:50 -0800)
committerJames Zern <jzern@google.com>
Wed, 9 Nov 2011 02:50:45 +0000 (18:50 -0800)
commit9d605061302e1acf3aec1f0e91bf50dffbc29a34
treeeed163a2b7c79fa9a7068479342f0a66846ea302
parent4c14efd23428ec14a618b9febf3fd9af261134fa
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