Minor documentation tweaks

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6715 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2016-03-08 03:05:42 +00:00
parent d74c5acdcd
commit f674bf118f
4 changed files with 4 additions and 8 deletions

View file

@ -58,13 +58,9 @@ IntOp ${_tmpvar} "${_whi}" << 16
IntOp ${_outvar} ${_outvar} | ${_tmpvar}
!macroend
!define MAKELONG "!insertmacro _Win_MAKELONG32 "
!if "${NSIS_PTR_SIZE}" <= 4
!define MAKEWPARAM "${MAKELONG}"
!define MAKELPARAM "${MAKELONG}"
!define MAKELRESULT "${MAKELONG}"
!else
!error "Missing 64bit imp!"
!endif
!endif /* __WIN_NOINC_WINDEF */