Added NSD_Remove[Ex]Style and NCM_* messages

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7086 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2019-02-15 20:19:27 +00:00
parent 7a6c9e52b0
commit 217f250466
6 changed files with 28 additions and 3 deletions

View file

@ -46,6 +46,7 @@ TBM Track bar
UDM Up-down control
HKM Hot key control
IPM IP address control
NCM Network address control
-----------------------------------
NOT included messages (WM_USER + X)
@ -823,5 +824,11 @@ ${_NSIS_DEFAW} ACM_OPEN
!define /math IPM_SETFOCUS ${WM_USER} + 104
!define /math IPM_ISBLANK ${WM_USER} + 105
#NetworkAddress control#
!define /math NCM_GETADDRESS ${WM_USER} + 1 ; Vista+
!define /math NCM_SETALLOWTYPE ${WM_USER} + 2
!define /math NCM_GETALLOWTYPE ${WM_USER} + 3
!define /math NCM_DISPLAYERRORTIP ${WM_USER} + 4
!verbose pop
!endif