[llvm-commits] [llvm] r118503 - /llvm/trunk/lib/System/Win32/Win32.h
Michael J. Spencer
bigcheesegs at gmail.com
Tue Nov 9 07:10:56 PST 2010
Author: mspencer
Date: Tue Nov 9 09:10:56 2010
New Revision: 118503
URL: http://llvm.org/viewvc/llvm-project?rev=118503&view=rev
Log:
System/Windows: Use normalized case and include method.
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=118503&r1=118502&r2=118503&view=diff
==============================================================================
--- llvm/trunk/lib/System/Win32/Win32.h (original)
+++ llvm/trunk/lib/System/Win32/Win32.h Tue Nov 9 09:10:56 2010
@@ -20,7 +20,7 @@
#define _WIN32_WINNT 0x0500
#include "llvm/Config/config.h" // Get build system configuration settings
-#include "windows.h"
+#include <Windows.h>
#include <cassert>
#include <string>
More information about the llvm-commits
mailing list