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:
kichik 2007-09-08 17:20:11 +00:00
parent ffe4cefdd9
commit b0978fc844
6 changed files with 43 additions and 42 deletions

View file

@ -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])