From f06a75de343e1df43278436376518046f7f61260 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 29 Nov 2008 13:26:59 +0000 Subject: [PATCH] allocate 156 bytes so non-existing fields will be zero for OSVERSIONINFO git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5800 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/Tests/winver.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Tests/winver.nsi b/Source/Tests/winver.nsi index 09eb3a91..5cd9722a 100644 --- a/Source/Tests/winver.nsi +++ b/Source/Tests/winver.nsi @@ -17,7 +17,7 @@ # # Function PrintSysVersion # -# System::Alloc $1 +# System::Alloc 156 # Pop $0 # System::Call *$0(ir1) # System::Call kernel32::GetVersionEx(ir0)i.R0