Fix build warnings in Direct2D related code

Regressions since df1456e4e2 and
b936bfe85e.

See https://github.com/wxWidgets/wxWidgets/pull/731
This commit is contained in:
Maarten Bent
2018-02-14 23:05:24 +01:00
committed by Vadim Zeitlin
parent b493b7008b
commit 8577d9ddca
2 changed files with 6 additions and 6 deletions

View File

@@ -41,8 +41,8 @@
#include <wincodec.h>
#ifdef __MINGW64_TOOLCHAIN__
#ifndef DRWITE_E_NOFONT
#define DWRITE_E_NOFONT _HRESULT_TYPEDEF_(0x88985002)
#ifndef DWRITE_E_NOFONT
#define DWRITE_E_NOFONT _HRESULT_TYPEDEF_(0x88985002L)
#endif
#endif