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

Unified Diff: include/utils/win/SkIStream.h

Issue 1488813002: CMake, include/: changes to make fiddle 2.0 better (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 1 month 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
Index: include/utils/win/SkIStream.h
diff --git a/include/utils/win/SkIStream.h b/include/utils/win/SkIStream.h
index 9e04b7e4724ca8d9bf781959eafeb8049450f048..b611e0a2a1af36ea35f861921cad780151c41c17 100644
--- a/include/utils/win/SkIStream.h
+++ b/include/utils/win/SkIStream.h
@@ -10,6 +10,9 @@
#ifndef SkIStream_DEFINED
#define SkIStream_DEFINED
+#include "SkTypes.h"
+#ifdef SK_BUILD_FOR_WIN
reed1 2015/12/01 14:42:23 nit: ws
hal.canary 2015/12/01 16:43:03 Done.
+
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <ole2.h>
@@ -128,4 +131,5 @@ public:
, DWORD grfStatFlag);
};
-#endif
+#endif // SK_BUILD_FOR_WIN
+#endif // SkIStream_DEFINED

Powered by Google App Engine
This is Rietveld 408576698