and also in calls...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5798 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8309260972
commit
d01c264c5e
1 changed files with 3 additions and 3 deletions
|
@ -414,19 +414,19 @@
|
|||
!define WinVerGetServicePackLevel '!insertmacro _WinVer_GetServicePackLevel '
|
||||
|
||||
!macro _AtLeastServicePack _a _b _t _f
|
||||
${WinVerGetServicePackLevel} $_LOGICLIB_TEMP
|
||||
${WinVerGetServicePackLevel}
|
||||
!insertmacro _>= $_LOGICLIB_TEMP `${_b}` `${_t}` `${_f}`
|
||||
!macroend
|
||||
!define AtLeastServicePack `"" AtLeastServicePack`
|
||||
|
||||
!macro _AtMostServicePack _a _b _t _f
|
||||
${WinVerGetServicePackLevel} $_LOGICLIB_TEMP
|
||||
${WinVerGetServicePackLevel}
|
||||
!insertmacro _<= $_LOGICLIB_TEMP `${_b}` `${_t}` `${_f}`
|
||||
!macroend
|
||||
!define AtMostServicePack `"" AtMostServicePack`
|
||||
|
||||
!macro _IsServicePack _a _b _t _f
|
||||
${WinVerGetServicePackLevel} $_LOGICLIB_TEMP
|
||||
${WinVerGetServicePackLevel}
|
||||
!insertmacro _= $_LOGICLIB_TEMP `${_b}` `${_t}` `${_f}`
|
||||
!macroend
|
||||
!define IsServicePack `"" IsServicePack`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue