From 6feb1128c4150c2e2760ba278f44af6d50a48c0d Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 11 Jan 2005 16:39:27 +0000 Subject: [PATCH] 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 --- Contrib/ExDLL/exdll.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contrib/ExDLL/exdll.h b/Contrib/ExDLL/exdll.h index 78c9c94e..9df76ca6 100644 --- a/Contrib/ExDLL/exdll.h +++ b/Contrib/ExDLL/exdll.h @@ -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;