diff options
| author | Zufu Liu <unknown> | 2020-06-15 10:20:23 +1000 |
|---|---|---|
| committer | Zufu Liu <unknown> | 2020-06-15 10:20:23 +1000 |
| commit | 7bdbad1346fa2d34ab37d7fd7d1574b78f879b6f (patch) | |
| tree | cdc2677d03875b4604fb661c3ad2f5f50ca3d921 /win32/PlatWin.h | |
| parent | 5ebd653f630d2f37c696f7f6928de4fa133b8486 (diff) | |
| download | scintilla-mirror-7bdbad1346fa2d34ab37d7fd7d1574b78f879b6f.tar.gz | |
Backport: Use ReleaseUnknown to extend noexcept over finalisation.
Backport of changeset 8305:986abc429f9a.
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 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; |
