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

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: whitespace change for reed@ Created 5 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/utils/win/SkHRESULT.h ('k') | include/utils/win/SkTScopedComPtr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/utils/win/SkIStream.h
diff --git a/include/utils/win/SkIStream.h b/include/utils/win/SkIStream.h
index 9e04b7e4724ca8d9bf781959eafeb8049450f048..4a72f5b7290111a20b0d393284c3c5d442961754 100644
--- a/include/utils/win/SkIStream.h
+++ b/include/utils/win/SkIStream.h
@@ -10,6 +10,10 @@
#ifndef SkIStream_DEFINED
#define SkIStream_DEFINED
+#include "SkTypes.h"
+
+#ifdef SK_BUILD_FOR_WIN
+
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <ole2.h>
@@ -128,4 +132,5 @@ public:
, DWORD grfStatFlag);
};
-#endif
+#endif // SK_BUILD_FOR_WIN
+#endif // SkIStream_DEFINED
« no previous file with comments | « include/utils/win/SkHRESULT.h ('k') | include/utils/win/SkTScopedComPtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698