1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Update comment.

llvm-svn: 118501
This commit is contained in:
Michael J. Spencer 2010-11-09 15:10:29 +00:00
parent 7aecff35de
commit 9d3766f99b

View File

@ -19,7 +19,7 @@
// Require at least Windows 2000 API.
#define _WIN32_WINNT 0x0500
#include "llvm/Config/config.h" // Get autoconf configuration settings
#include "llvm/Config/config.h" // Get build system configuration settings
#include "windows.h"
#include <cassert>
#include <string>