diff options
Diffstat (limited to 'win32/PlatWin.h')
-rw-r--r-- | win32/PlatWin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/PlatWin.h b/win32/PlatWin.h index 70721d4a7..a901ec78d 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -68,7 +68,7 @@ public: }; #if defined(USE_D2D) -extern bool LoadD2D(); +extern bool LoadD2D() noexcept; extern ID2D1Factory *pD2DFactory; extern IDWriteFactory *pIDWriteFactory; |