Attempt to fix sanitizer-windows bot.

llvm-svn: 257978
This commit is contained in:
Peter Collingbourne 2016-01-16 01:15:19 +00:00
parent f8eb6a1414
commit d73cd4ab01
1 changed files with 2 additions and 0 deletions

View File

@ -176,7 +176,9 @@ typedef ALIGNED(1) s32 us32;
typedef ALIGNED(1) s64 us64;
#if SANITIZER_WINDOWS
} // namespace __sanitizer
typedef unsigned long DWORD; // NOLINT
namespace __sanitizer {
typedef DWORD thread_return_t;
# define THREAD_CALLING_CONV __stdcall
#else // _WIN32