stratagus.nsi - fix checking for 64 bit version

This commit is contained in:
Pali Rohár 2010-07-06 10:35:58 +02:00
parent b872c0b665
commit e106b20e9b

View file

@ -99,7 +99,7 @@ Function .onInit
System::Call "kernel32::GetCurrentProcess() i .s"
System::Call "kernel32::IsWow64Process(i s, *i .r0)"
IntCmp $0 0 0 end
IntCmp $0 0 0 0 end
MessageBox MB_OK|MB_ICONSTOP "$(AMD64ONLY)"
Abort