From e273e90ecd7fee5e6edff9e370502c4e2e00a744 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 22 Apr 2008 17:45:25 +0000 Subject: [PATCH] added missing int status_update; git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5607 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/ExDLL/exdll.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Contrib/ExDLL/exdll.h b/Contrib/ExDLL/exdll.h index 661bf17e..a891aadd 100644 --- a/Contrib/ExDLL/exdll.h +++ b/Contrib/ExDLL/exdll.h @@ -81,6 +81,7 @@ typedef struct { int rtl; int errlvl; int alter_reg_view; + int status_update; } exec_flags_type; typedef struct {