Only include WinVer Win9x code in 32-bit ANSI installers
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6970 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5fd21f1934
commit
c88694b86f
1 changed files with 4 additions and 2 deletions
|
@ -266,7 +266,8 @@
|
|||
IntOp $__WINVERSP $__WINVERSP | ${_WINVER_NTBIT}
|
||||
IntOp $__WINVERV $__WINVERV | ${_WINVER_NTBIT}
|
||||
_winver_notnt:
|
||||
|
||||
!ifndef NSIS_UNICODE
|
||||
!if "${NSIS_PTR_SIZE}" <= 4
|
||||
# get service pack information
|
||||
IntCmp $0 ${VER_PLATFORM_WIN32_NT} _winver_nt "" _winver_nt # win9x
|
||||
|
||||
|
@ -294,7 +295,8 @@
|
|||
Goto _winver_sp_done
|
||||
|
||||
_winver_nt: # nt
|
||||
|
||||
!endif #~ 32-bit
|
||||
!endif #~ ANSI
|
||||
IntCmp $R0 ${OSVERSIONINFOEX_SIZE} "" _winver_sp_noex _winver_sp_noex
|
||||
|
||||
# discard szCSDVersion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue