[compiler-rt] Do not pull in min and max macros from windows.h
This should fix Windows buildbot breakage triggered by r253690. llvm-svn: 253701
This commit is contained in:
parent
78c4a44d36
commit
a44def276c
|
|
@ -16,7 +16,9 @@
|
|||
#include "gtest/gtest.h"
|
||||
|
||||
#if SANITIZER_WINDOWS
|
||||
#define NOMINMAX
|
||||
#include <windows.h>
|
||||
#undef NOMINMAX
|
||||
#endif
|
||||
#if SANITIZER_POSIX
|
||||
# include <sys/stat.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue