shithub: libvpx

Download patch

ref: e6f05e78fe3c9d4a82aace32bc0996cc71a5ff29
parent: 3a2ad10de2d67a663d23476392a7bc648cb2e8e7
author: Yunqing Wang <yunqingwang@google.com>
date: Tue Jan 26 05:10:07 EST 2016

Fix a clang/win build error

Made the definition of THREAD_FUNCTION consistent.

Change-Id: I1ac099484e201e359298ed16de0b81ec781075ce

--- a/vp8/common/threading.h
+++ b/vp8/common/threading.h
@@ -24,7 +24,7 @@
 /* Win32 */
 #include <process.h>
 #include <windows.h>
-#define THREAD_FUNCTION DWORD WINAPI
+#define THREAD_FUNCTION unsigned int __stdcall
 #define THREAD_FUNCTION_RETURN DWORD
 #define THREAD_SPECIFIC_INDEX DWORD
 #define pthread_t HANDLE