| Index: src/utils/win/SkHRESULT.cpp
|
| diff --git a/src/utils/win/SkHRESULT.cpp b/src/utils/win/SkHRESULT.cpp
|
| index d565986d10122ad267ea3826b6f0e9441286db45..d95629961b94fbd4e398ab26cfcd2e50a79084cf 100644
|
| --- a/src/utils/win/SkHRESULT.cpp
|
| +++ b/src/utils/win/SkHRESULT.cpp
|
| @@ -6,6 +6,7 @@
|
| */
|
|
|
| #include "SkTypes.h"
|
| +#if defined(SK_BUILD_FOR_WIN32)
|
|
|
| #include "SkHRESULT.h"
|
|
|
| @@ -35,3 +36,5 @@ void SkTraceHR(const char* file, unsigned long line, HRESULT hr, const char* msg
|
| errorText = nullptr;
|
| }
|
| }
|
| +
|
| +#endif//defined(SK_BUILD_FOR_WIN32)
|
|
|