Merge "Fix a clang/win build error"

This commit is contained in:
Yunqing Wang 2016-01-26 19:00:06 +00:00 committed by Gerrit Code Review
commit d6996849f0

View File

@ -24,7 +24,7 @@ extern "C" {
/* 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