added missing int status_update;

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5607 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-04-22 17:45:25 +00:00
parent 17c674375a
commit e273e90ecd

View file

@ -81,6 +81,7 @@ typedef struct {
int rtl;
int errlvl;
int alter_reg_view;
int status_update;
} exec_flags_type;
typedef struct {