aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-05-26 11:33:26 +1000
committerNeil <nyamatongwe@gmail.com>2014-05-26 11:33:26 +1000
commit13ca9b24585d296a5db435621c919e096c9b03e4 (patch)
treec43a4bbec468cb530a897235d14ec203e67cc64d /win32/PlatWin.h
parenteebc2ecd2176edd02bce5d6acdbb9c289fbd378d (diff)
downloadscintilla-mirror-13ca9b24585d296a5db435621c919e096c9b03e4.tar.gz
Bug [#1602]. Bug [#1603]. Fix hangs and crashes at shutdown.
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 93e1d7253..c284d42d3 100644
--- a/win32/PlatWin.h
+++ b/win32/PlatWin.h
@@ -14,7 +14,7 @@ namespace Scintilla {
extern bool IsNT();
extern void Platform_Initialise(void *hInstance);
-extern void Platform_Finalise();
+extern void Platform_Finalise(bool fromDllMain);
#if defined(USE_D2D)
extern bool LoadD2D();