diff options
author | Yunzhong Gao <Yunzhong_Gao@playstation.sony.com> | 2016-01-06 03:01:10 +0000 |
---|---|---|
committer | Yunzhong Gao <Yunzhong_Gao@playstation.sony.com> | 2016-01-06 03:01:10 +0000 |
commit | 34c0199378625cded2b0eee86179d7d7702d575b (patch) | |
tree | 994c15dd4f12e9be8c95f03c7f81c5b5ca13b977 /llvm/lib/Support | |
parent | ad87ff72352fa62c8622dc036f49f7b7dedadb47 (diff) | |
download | bcm5719-llvm-34c0199378625cded2b0eee86179d7d7702d575b.tar.gz bcm5719-llvm-34c0199378625cded2b0eee86179d7d7702d575b.zip |
Do not define NOGDI. Mingw defines LOGFONTW type in wingdi.h and the mingw
version of shlobj.h includes shobjidl.h and the latter uses the LOGFONTW type.
llvm-svn: 256904
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r-- | llvm/lib/Support/Windows/WindowsSupport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/WindowsSupport.h b/llvm/lib/Support/Windows/WindowsSupport.h index ad48aec73fb..c65e3148921 100644 --- a/llvm/lib/Support/Windows/WindowsSupport.h +++ b/llvm/lib/Support/Windows/WindowsSupport.h @@ -30,7 +30,6 @@ #define _WIN32_WINNT 0x0601 #define _WIN32_IE 0x0800 // MinGW at it again. FIXME: verify if still needed. #define WIN32_LEAN_AND_MEAN -#define NOGDI #ifndef NOMINMAX #define NOMINMAX #endif |