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:
kichik 2005-01-11 16:39:27 +00:00
parent 840ab03222
commit 6feb1128c4

View file

@ -64,8 +64,8 @@ typedef struct {
int abort; int abort;
int exec_reboot; int exec_reboot;
int reboot_called; int reboot_called;
int cur_insttype; int XXX_cur_insttype; // deprecated
int insttype_changed; int XXX_insttype_changed; // deprecated
int silent; int silent;
int instdir_error; int instdir_error;
int rtl; int rtl;