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

Unified Diff: include/utils/SkCondVar.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 | « include/gpu/gl/SkNativeGLContext.h ('k') | include/utils/SkWGL.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/utils/SkCondVar.h
diff --git a/include/utils/SkCondVar.h b/include/utils/SkCondVar.h
index 15f16e662f70a46bc3c31067c99b80fa44505b5f..861a2aba8a057341d26f65110d8711daf7c50585 100644
--- a/include/utils/SkCondVar.h
+++ b/include/utils/SkCondVar.h
@@ -11,7 +11,7 @@
#ifdef SK_USE_POSIX_THREADS
#include <pthread.h>
#elif defined(SK_BUILD_FOR_WIN32)
-#include <Windows.h>
+#include <windows.h>
#endif
/**
« no previous file with comments | « include/gpu/gl/SkNativeGLContext.h ('k') | include/utils/SkWGL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698