shithub: libvpx

Download patch

ref: d6996849f0c65b97c40318647c3e7dc2db332861
parent: fa0f25891fdb4e187f1de6c4a494f9f4b1b49744
parent: e6f05e78fe3c9d4a82aace32bc0996cc71a5ff29
author: Yunqing Wang <[email protected]>
date: Tue Jan 26 14:00:06 EST 2016

Merge "Fix a clang/win build error"

--- 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