* MUI_LANGUAGE usage warning was incorrectly displayed in some page combinations
* Fixed broken CCM_* defines in WinMessages.nsh git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6624 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dbe6f23472
commit
70ef520055
2 changed files with 9 additions and 8 deletions
|
@ -2094,7 +2094,8 @@ Var MUI_TEMP2
|
|||
!verbose push
|
||||
!verbose ${MUI_VERBOSE}
|
||||
|
||||
!ifndef MUI_PAGE_UNINSTALLER_PREFIX
|
||||
; MUI_PAGE_UNINSTALLER_PREFIX is undefined by uninstaller pages so we check MUI_UNINSTALLER as well
|
||||
!ifndef MUI_PAGE_UNINSTALLER_PREFIX && MUI_UNINSTALLER
|
||||
!warning "MUI_LANGUAGE should be inserted after the MUI_[UN]PAGE_* macros"
|
||||
!endif
|
||||
|
||||
|
|
|
@ -99,13 +99,13 @@ UDM Up-down control
|
|||
|
||||
#Generic Common Control Messages#
|
||||
!define CCM_FIRST 0x2000
|
||||
!define CCM_SETBKCOLOR /math ${CCM_FIRST} + 0x1 ; IE4
|
||||
!define CCM_SETUNICODEFORMAT /math ${CCM_FIRST} + 0x5
|
||||
!define CCM_GETUNICODEFORMAT /math ${CCM_FIRST} + 0x6
|
||||
!define CCM_SETVERSION /math ${CCM_FIRST} + 0x7 ; IE5
|
||||
!define CCM_GETVERSION /math ${CCM_FIRST} + 0x8
|
||||
!define CCM_SETWINDOWTHEME /math ${CCM_FIRST} + 0xB ; WinXP
|
||||
!define CCM_DPISCALE /math ${CCM_FIRST} + 0xC
|
||||
!define /math CCM_SETBKCOLOR ${CCM_FIRST} + 0x1 ; IE4
|
||||
!define /math CCM_SETUNICODEFORMAT ${CCM_FIRST} + 0x5
|
||||
!define /math CCM_GETUNICODEFORMAT ${CCM_FIRST} + 0x6
|
||||
!define /math CCM_SETVERSION ${CCM_FIRST} + 0x7 ; IE5
|
||||
!define /math CCM_GETVERSION ${CCM_FIRST} + 0x8
|
||||
!define /math CCM_SETWINDOWTHEME ${CCM_FIRST} + 0xB ; WinXP
|
||||
!define /math CCM_DPISCALE ${CCM_FIRST} + 0xC
|
||||
|
||||
!define CCS_TOP 1
|
||||
!define CCS_BOTTOM 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue