| Index: core/fxge/win32/fx_win32_dwrite.cpp
|
| diff --git a/core/fxge/win32/fx_win32_dwrite.cpp b/core/fxge/win32/fx_win32_dwrite.cpp
|
| index 972295c5cc175c5c683c7ed05698a49283705523..f95b5eb4a357df5461e7e21eff5ee656d46e92a9 100644
|
| --- a/core/fxge/win32/fx_win32_dwrite.cpp
|
| +++ b/core/fxge/win32/fx_win32_dwrite.cpp
|
| @@ -127,7 +127,7 @@ CDWriteExt::~CDWriteExt() {
|
| Unload();
|
| }
|
| LPVOID CDWriteExt::DwCreateFontFaceFromStream(uint8_t* pData,
|
| - FX_DWORD size,
|
| + uint32_t size,
|
| int simulation_style) {
|
| IDWriteFactory* pDwFactory = (IDWriteFactory*)m_pDWriteFactory;
|
| IDWriteFontFile* pDwFontFile = NULL;
|
|
|