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

Unified Diff: bench/BenchSysTimer_windows.h

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 | « no previous file | bench/BenchSysTimer_windows.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/BenchSysTimer_windows.h
diff --git a/bench/BenchSysTimer_windows.h b/bench/BenchSysTimer_windows.h
index c3d0c9b9c95d5d44687d7ae8d702ac35107bc96c..469332e4ed09e1b2a7015fa772e25830cfcbbbdd 100644
--- a/bench/BenchSysTimer_windows.h
+++ b/bench/BenchSysTimer_windows.h
@@ -10,7 +10,7 @@
//Time
#define WIN32_LEAN_AND_MEAN 1
-#include <Windows.h>
+#include <windows.h>
class BenchSysTimer {
public:
« no previous file with comments | « no previous file | bench/BenchSysTimer_windows.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698