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

Unified Diff: experimental/LightSymbolsUtil/lightsymbols/lightsymbols.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 | « bench/BenchSysTimer_windows.cpp ('k') | include/gpu/gl/SkNativeGLContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/LightSymbolsUtil/lightsymbols/lightsymbols.h
diff --git a/experimental/LightSymbolsUtil/lightsymbols/lightsymbols.h b/experimental/LightSymbolsUtil/lightsymbols/lightsymbols.h
index 53c2f3653f6d1e4b8963691a1aa324458df485bf..02494e63b5481675f2c763a1d0e39158db066eb8 100644
--- a/experimental/LightSymbolsUtil/lightsymbols/lightsymbols.h
+++ b/experimental/LightSymbolsUtil/lightsymbols/lightsymbols.h
@@ -7,7 +7,7 @@
#include <stdlib.h>
//#include <pthread.h>
-#include <Windows.h>
+#include <windows.h>
typedef char* SZ;
« no previous file with comments | « bench/BenchSysTimer_windows.cpp ('k') | include/gpu/gl/SkNativeGLContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698