From e1421b5feaff77e9a047a53a7859c577616fae2b Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Mon, 15 Jun 2020 10:20:23 +1000 Subject: Use ReleaseUnknown to extend noexcept over finalisation. --- win32/PlatWin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/PlatWin.h') diff --git a/win32/PlatWin.h b/win32/PlatWin.h index 0d1c99b48..eb4bfb556 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -16,7 +16,7 @@ namespace Scintilla { extern void Platform_Initialise(void *hInstance) noexcept; -extern void Platform_Finalise(bool fromDllMain); +extern void Platform_Finalise(bool fromDllMain) noexcept; constexpr RECT RectFromPRectangle(PRectangle prc) noexcept { RECT rc = { static_cast(prc.left), static_cast(prc.top), -- cgit v1.2.3