diff options
author | Neil <nyamatongwe@gmail.com> | 2014-05-31 09:59:44 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-05-31 09:59:44 +1000 |
commit | e8891bcd3711bcb93f049d8115c3ec56a35a7347 (patch) | |
tree | ce9f5c2cadcbb15907b72cfdc7160fde4766f3c1 /win32/PlatWin.h | |
parent | 8eea3418fcb2e24f1e666b40b669029a4bcc4135 (diff) | |
parent | 5c4efef3606ad493f1e75a9a13dc3c360eee74d4 (diff) | |
download | scintilla-mirror-e8891bcd3711bcb93f049d8115c3ec56a35a7347.tar.gz |
Merge with 343-Win32-Fix.
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 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(); |