diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/System/Win32/Win32.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/Win32/Win32.h b/llvm/lib/System/Win32/Win32.h index 55ab3e7b2b8..d054812c76c 100644 --- a/llvm/lib/System/Win32/Win32.h +++ b/llvm/lib/System/Win32/Win32.h @@ -18,6 +18,7 @@  // Require at least Windows 2000 API.  #define _WIN32_WINNT 0x0500 +#define WIN32_LEAN_AND_MEAN  #include "llvm/Config/config.h" // Get build system configuration settings  #include <Windows.h>  | 

