deprecated cur_insttype and insttype_changed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3858 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
840ab03222
commit
6feb1128c4
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ typedef struct {
|
|||
int abort;
|
||||
int exec_reboot;
|
||||
int reboot_called;
|
||||
int cur_insttype;
|
||||
int insttype_changed;
|
||||
int XXX_cur_insttype; // deprecated
|
||||
int XXX_insttype_changed; // deprecated
|
||||
int silent;
|
||||
int instdir_error;
|
||||
int rtl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue