[llvm-commits] [llvm] r118504 - /llvm/trunk/lib/System/Win32/Win32.h

Michael J. Spencer bigcheesegs at gmail.com
Tue Nov 9 07:11:07 PST 2010


Author: mspencer
Date: Tue Nov  9 09:11:07 2010
New Revision: 118504

URL: http://llvm.org/viewvc/llvm-project?rev=118504&view=rev
Log:
System/Windows: Reduce dependencies.

Modified:
    llvm/trunk/lib/System/Win32/Win32.h

Modified: llvm/trunk/lib/System/Win32/Win32.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/System/Win32/Win32.h?rev=118504&r1=118503&r2=118504&view=diff
==============================================================================
--- llvm/trunk/lib/System/Win32/Win32.h (original)
+++ llvm/trunk/lib/System/Win32/Win32.h Tue Nov  9 09:11:07 2010
@@ -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>





More information about the llvm-commits mailing list