summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-09 15:11:07 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-09 15:11:07 +0000
commit966023b58ad779cb447a0cfb751de0c823925340 (patch)
tree32da36f651a803af17dc44d580935c513614550b
parent6d99092c13cadd87fd123590fd29006d04648a2c (diff)
downloadllvm-966023b58ad779cb447a0cfb751de0c823925340.tar.gz
llvm-966023b58ad779cb447a0cfb751de0c823925340.tar.bz2
llvm-966023b58ad779cb447a0cfb751de0c823925340.tar.xz
System/Windows: Reduce dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118504 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/System/Win32/Win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/Win32/Win32.h b/lib/System/Win32/Win32.h
index 55ab3e7b2b..d054812c76 100644
--- a/lib/System/Win32/Win32.h
+++ b/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>