Skip to content

Commit 8daf3c0

Browse files
committed
System/Windows: Use normalized case and include method.
llvm-svn: 118503
1 parent df929cf commit 8daf3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/System/Win32/Win32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define _WIN32_WINNT 0x0500
2121

2222
#include "llvm/Config/config.h" // Get build system configuration settings
23-
#include "windows.h"
23+
#include <Windows.h>
2424
#include <cassert>
2525
#include <string>
2626

0 commit comments

Comments
 (0)