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 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; |
