Attempt to prevent a selection change from currupting the log
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7297 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d4306769b9
commit
7fce1681df
9 changed files with 53 additions and 5 deletions
|
@ -237,6 +237,7 @@ typedef struct NSISScriptData {
|
|||
HANDLE sigint_event;
|
||||
HANDLE sigint_event_legacy;
|
||||
HWND focused_hwnd;
|
||||
void*pLogTextDoc;
|
||||
NCOMPRESSOR default_compressor;
|
||||
NCOMPRESSOR compressor;
|
||||
LPCTSTR compressor_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue