From 7bdbad1346fa2d34ab37d7fd7d1574b78f879b6f Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Mon, 15 Jun 2020 10:20:23 +1000 Subject: Backport: Use ReleaseUnknown to extend noexcept over finalisation. Backport of changeset 8305:986abc429f9a. --- 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 23c889d14..1a5e82f3b 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -15,7 +15,7 @@ namespace Scintilla { #endif extern void Platform_Initialise(void *hInstance); -extern void Platform_Finalise(bool fromDllMain); +extern void Platform_Finalise(bool fromDllMain) noexcept; RECT RectFromPRectangle(PRectangle prc) noexcept; -- cgit v1.2.3