stratagus.nsi - fix checking for 64 bit version
This commit is contained in:
parent
b872c0b665
commit
e106b20e9b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue