Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: bench/BenchSysTimer_windows.cpp

Issue 99173003: Use lowercase windows.h in includes to fix Windows cross compilation using mingw. (Closed)
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bench/BenchSysTimer_windows.h ('k') | experimental/LightSymbolsUtil/lightsymbols/lightsymbols.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/BenchSysTimer_windows.cpp
diff --git a/bench/BenchSysTimer_windows.cpp b/bench/BenchSysTimer_windows.cpp
index 1c4e4049c8a164f7ef4e9099365844561173b3ea..fab657a8c36cbbb0f871e9bc96263d00f77fa33f 100644
--- a/bench/BenchSysTimer_windows.cpp
+++ b/bench/BenchSysTimer_windows.cpp
@@ -9,7 +9,7 @@
//Time
#define WIN32_LEAN_AND_MEAN 1
-#include <Windows.h>
+#include <windows.h>
static ULONGLONG winCpuTime() {
FILETIME createTime;
« no previous file with comments | « bench/BenchSysTimer_windows.h ('k') | experimental/LightSymbolsUtil/lightsymbols/lightsymbols.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698