some parentheses just to be sure
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2990 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
eae737d71a
commit
240b8c6339
1 changed files with 3 additions and 3 deletions
|
@ -36,12 +36,12 @@ void NSISCALL build_g_logfile(void);
|
|||
#define WM_TREEVIEW_KEYHACK (WM_USER+0x13)
|
||||
|
||||
// section text changed
|
||||
#define WM_NOTIFY_SECTEXT WM_USER+0x17
|
||||
#define WM_NOTIFY_SECTEXT (WM_USER+0x17)
|
||||
|
||||
// section flags changed
|
||||
#define WM_NOTIFY_SECFLAGS WM_USER+0x18
|
||||
#define WM_NOTIFY_SECFLAGS (WM_USER+0x18)
|
||||
|
||||
// notifies a component selection change (.onMouseOverSection)
|
||||
#define WM_NOTIFY_SELCHANGE WM_USER+0x19
|
||||
#define WM_NOTIFY_SELCHANGE (WM_USER+0x19)
|
||||
|
||||
#endif//_UI_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue