Updated copyright details

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6578 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2015-02-14 22:27:29 +00:00
parent 9ff4b3ef43
commit c853ef31a0
10 changed files with 27 additions and 9 deletions

View file

@ -58,7 +58,7 @@ IntOp ${_tmpvar} "${_whi}" << 16
IntOp ${_outvar} ${_outvar} | ${_tmpvar}
!macroend
!define MAKELONG "!insertmacro _Win_MAKELONG32 "
!if "${__WIN_PTRSIZE}" <= 4
!if "${NSIS_PTR_SIZE}" <= 4
!define MAKEWPARAM "${MAKELONG}"
!define MAKELPARAM "${MAKELONG}"
!define MAKELRESULT "${MAKELONG}"