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

Unified Diff: include/utils/win/SkAutoCoInitialize.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/mac/SkCGUtils.h ('k') | include/utils/win/SkHRESULT.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/utils/win/SkAutoCoInitialize.h
diff --git a/include/utils/win/SkAutoCoInitialize.h b/include/utils/win/SkAutoCoInitialize.h
index 1123002b61627bce864593055b2b78b5128900ef..35fcce5b1335779789df038898b44ccb43b60505 100644
--- a/include/utils/win/SkAutoCoInitialize.h
+++ b/include/utils/win/SkAutoCoInitialize.h
@@ -10,6 +10,8 @@
#include "SkTypes.h"
+#ifdef SK_BUILD_FOR_WIN
+
/**
* An instance of this class initializes COM on creation
* and closes the COM library on destruction.
@@ -23,4 +25,5 @@ public:
bool succeeded();
};
-#endif
+#endif // SK_BUILD_FOR_WIN
+#endif // SkAutoCo_DEFINED
« no previous file with comments | « include/utils/mac/SkCGUtils.h ('k') | include/utils/win/SkHRESULT.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698