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

Unified Diff: src/core/SkTime.cpp

Issue 1589933002: Fixed compilation on mingw. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Minor mingw cross compilation fix. Created 4 years, 9 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkTime.cpp
diff --git a/src/core/SkTime.cpp b/src/core/SkTime.cpp
index 5b596e7a6d4f2dfd0b0e7f06fe4c9e7c3832b7fc..ba8fe3e3a31e9301475fbe2efd8e41c0aead5950 100644
--- a/src/core/SkTime.cpp
+++ b/src/core/SkTime.cpp
@@ -28,7 +28,7 @@ void SkTime::DateTime::toISO8601(SkString* dst) const {
#ifdef SK_BUILD_FOR_WIN32
-#include "Windows.h"
+#include "windows.h"
void SkTime::GetDateTime(DateTime* dt) {
if (dt) {
SYSTEMTIME st;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698