fixed bug #1771644 - LB_ERR missing in WinMessages
added CB_ERR too git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5251 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f841020370
commit
502fb72397
1 changed files with 4 additions and 0 deletions
|
@ -135,6 +135,8 @@ UDM Up-down control
|
|||
!define CB_SETTOPINDEX 0x015c
|
||||
!define CB_SHOWDROPDOWN 0x014F
|
||||
|
||||
!define CB_ERR -1
|
||||
|
||||
#Edit Control Messages#
|
||||
!define EM_CANUNDO 0x00C6
|
||||
!define EM_CHARFROMPOS 0x00D7
|
||||
|
@ -220,6 +222,8 @@ UDM Up-down control
|
|||
!define LB_SETTABSTOPS 0x0192
|
||||
!define LB_SETTOPINDEX 0x0197
|
||||
|
||||
!define LB_ERR -1
|
||||
|
||||
#Window Messages#
|
||||
!define WM_ACTIVATE 0x0006
|
||||
!define WM_ACTIVATEAPP 0x001C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue