| Index: src/utils/win/SkDWriteFontFileStream.cpp
|
| diff --git a/src/utils/win/SkDWriteFontFileStream.cpp b/src/utils/win/SkDWriteFontFileStream.cpp
|
| index 0e3d4fc20246c5823bf0ba3c49b206e5d950dfbb..d4bf8a2023c47c07dd7ee5cb06ad5adcce69c4a7 100644
|
| --- a/src/utils/win/SkDWriteFontFileStream.cpp
|
| +++ b/src/utils/win/SkDWriteFontFileStream.cpp
|
| @@ -4,6 +4,8 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| +#include "SkTypes.h"
|
| +#if defined(SK_BUILD_FOR_WIN32)
|
|
|
| #include "SkTypes.h"
|
| #include "SkDWriteFontFileStream.h"
|
| @@ -229,3 +231,5 @@ HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::GetLastWriteTime(UINT64
|
| *lastWriteTime = 0;
|
| return E_NOTIMPL;
|
| }
|
| +
|
| +#endif//defined(SK_BUILD_FOR_WIN32)
|
|
|