no need for outvar

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5797 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-11-29 13:19:14 +00:00
parent 96327d2335
commit 8309260972

View file

@ -405,7 +405,7 @@
# service pack macros
!macro _WinVer_GetServicePackLevel outvar
!macro _WinVer_GetServicePackLevel
!insertmacro _LOGICLIB_TEMP
${CallArtificialFunction} __WinVer_InitVars
IntOp $_LOGICLIB_TEMP $__WINVERSP & ${_WINVER_MASKSP}