| Index: src/utils/win/SkIStream.cpp
|
| diff --git a/src/utils/win/SkIStream.cpp b/src/utils/win/SkIStream.cpp
|
| index f1dbcb274ca8c775b56e89ee6418c59f0374420e..fdb6ce6eff26d737593a44d73bc519df364022fe 100644
|
| --- a/src/utils/win/SkIStream.cpp
|
| +++ b/src/utils/win/SkIStream.cpp
|
| @@ -6,6 +6,8 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| +#include "SkTypes.h"
|
| +#if defined(SK_BUILD_FOR_WIN32)
|
|
|
| #define WIN32_LEAN_AND_MEAN
|
| #include <windows.h>
|
| @@ -275,3 +277,4 @@ HRESULT STDMETHODCALLTYPE SkWIStream::Stat(STATSTG* pStatstg
|
| pStatstg->grfMode = STGM_WRITE;
|
| return S_OK;
|
| }
|
| +#endif//defined(SK_BUILD_FOR_WIN32)
|
|
|