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:
parent
9ff4b3ef43
commit
c853ef31a0
10 changed files with 27 additions and 9 deletions
|
@ -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}"
|
||||
|
|
|
@ -95,8 +95,8 @@
|
|||
!define /ifndef GWLP_USERDATA -21
|
||||
!define /ifndef GWLP_ID -12
|
||||
!define DWLP_MSGRESULT 0
|
||||
!define /math DWLP_DLGPROC ${DWLP_MSGRESULT} + ${__WIN_PTRSIZE} ;DWLP_MSGRESULT + sizeof(LRESULT)
|
||||
!define /math DWLP_USER ${DWLP_DLGPROC} + ${__WIN_PTRSIZE} ;DWLP_DLGPROC + sizeof(DLGPROC)
|
||||
!define /math DWLP_DLGPROC ${DWLP_MSGRESULT} + ${NSIS_PTR_SIZE} ;DWLP_MSGRESULT + sizeof(LRESULT)
|
||||
!define /math DWLP_USER ${DWLP_DLGPROC} + ${NSIS_PTR_SIZE} ;DWLP_DLGPROC + sizeof(DLGPROC)
|
||||
!endif
|
||||
|
||||
!ifndef __WIN_MS_NONCMESSAGES
|
||||
|
|
|
@ -13,8 +13,6 @@ WinCore.nsh & Win\*.nsh - Collection of common windows defines
|
|||
!verbose 3
|
||||
|
||||
|
||||
!define __WIN_PTRSIZE 4 ;will we ever see a 64 bit version?
|
||||
|
||||
|
||||
!include Win\WinDef.nsh
|
||||
!include Win\WinError.nsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue