System/Windows: Reduce dependencies.

llvm-svn: 118504
This commit is contained in:
Michael J. Spencer 2010-11-09 15:11:07 +00:00
parent 8daf3c00c9
commit bb6e51c957
1 changed files with 1 additions and 0 deletions

View File

@ -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>