From 5df474579285b548f8b1d2462447094f4b711d31 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 16 Sep 2002 12:48:43 +0000 Subject: [PATCH] Now compiles without NSIS_CONFIG_SILENT_SUPPORT too git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1014 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/fileform.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/exehead/fileform.c b/Source/exehead/fileform.c index b79c9c77..3037ec3f 100644 --- a/Source/exehead/fileform.c +++ b/Source/exehead/fileform.c @@ -252,7 +252,10 @@ static int NSISCALL __ensuredata(int amount) DWORD r,t; #ifdef NSIS_CONFIG_VISIBLE_SUPPORT if (g_inst_cmnheader) - if (!g_inst_cmnheader->silent_install) { +#ifdef NSIS_CONFIG_SILENT_SUPPORT + if (!g_inst_cmnheader->silent_install) +#endif + { if (hwnd) { static MSG msg; m_pos=m_length-(amount-(dbd_size-dbd_pos));