added "Cancel compilation" menu item to abort current compilation by sending ctrl+c signal
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4552 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
755bc11826
commit
b4413ab821
5 changed files with 13 additions and 1 deletions
|
@ -184,6 +184,7 @@ typedef struct NSISScriptData {
|
|||
HMENU editSubmenu;
|
||||
HMENU toolsSubmenu;
|
||||
HANDLE thread;
|
||||
HANDLE sigint_event;
|
||||
HWND focused_hwnd;
|
||||
CHARRANGE textrange;
|
||||
NCOMPRESSOR default_compressor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue