move SetDetailsPrint flag to g_exec_flag and added a lastused capability to EW_SETFLAG
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5268 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ffe4cefdd9
commit
b0978fc844
6 changed files with 43 additions and 42 deletions
|
@ -510,6 +510,7 @@ typedef struct
|
|||
int rtl;
|
||||
int errlvl;
|
||||
int alter_reg_view;
|
||||
int status_update;
|
||||
} exec_flags;
|
||||
|
||||
#define FIELDN(x, y) (((int *)&x)[y])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue