added WM_SETTINGCHANGE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3537 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
683883c903
commit
0016cf11a9
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@
|
|||
!define WM_SYSCOLORCHANGE 0x15
|
||||
!define WM_ENDSESSION 0x16
|
||||
!define WM_SHOWWINDOW 0x18
|
||||
!define WM_WININICHANGE 0x1A
|
||||
!define WM_SETTINGCHANGE 0x1A
|
||||
!define WM_WININICHANGE ${WM_SETTINGCHANGE}
|
||||
!define WM_DEVMODECHANGE 0x1B
|
||||
!define WM_ACTIVATEAPP 0x1C
|
||||
!define WM_FONTCHANGE 0x1D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue