aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.h
diff options
context:
space:
mode:
authorZufu Liu <unknown>2024-05-06 14:48:38 +1000
committerZufu Liu <unknown>2024-05-06 14:48:38 +1000
commitd61d88dbd8e5d8a12cd488c9437c5aa9ebcc0471 (patch)
tree6a418bbcb53c627efb685719d843babc67d19a24 /win32/PlatWin.h
parent371f23c5746dfa85c48f654c4bd273135799dab8 (diff)
downloadscintilla-mirror-d61d88dbd8e5d8a12cd488c9437c5aa9ebcc0471.tar.gz
Make LoadD2D noexcept so can be called in more situations.
Diffstat (limited to 'win32/PlatWin.h')
-rw-r--r--win32/PlatWin.h2
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;