From 240b8c6339fea2a33ea49501da9f312c62549f03 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 2 Oct 2003 12:20:22 +0000 Subject: [PATCH] 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 --- Source/exehead/ui.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/exehead/ui.h b/Source/exehead/ui.h index 34889620..64c6601e 100644 --- a/Source/exehead/ui.h +++ b/Source/exehead/ui.h @@ -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_