From e75501547e844565736b627707f999368af60662 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Sat, 15 Aug 2009 20:11:04 +0000 Subject: [PATCH] - Attempt to fix user32 build after 42706 -- user32 needs those undocumented TB_* too svn path=/trunk/; revision=42714 --- reactos/include/psdk/commctrl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/psdk/commctrl.h b/reactos/include/psdk/commctrl.h index 8673ba9d241..86feb8aa0b9 100644 --- a/reactos/include/psdk/commctrl.h +++ b/reactos/include/psdk/commctrl.h @@ -1231,14 +1231,14 @@ static const WCHAR TOOLBARCLASSNAMEW[] = { 'T','o','o','l','b','a','r', #define TB_GETSTRING WINELIB_NAME_AW(TB_GETSTRING) /* undocumented messages in Toolbar */ -#ifdef __WINESRC__ +/* #ifdef __WINESRC__ */ #define TB_UNKWN45D (WM_USER+93) #define TB_SETHOTITEM2 (WM_USER+94) #define TB_SETLISTGAP (WM_USER+96) #define TB_GETIMAGELISTCOUNT (WM_USER+98) #define TB_GETIDEALSIZE (WM_USER+99) #define TB_UNKWN464 (WM_USER+100) -#endif +/* #endif */ #define TB_GETMETRICS (WM_USER+101) #define TB_SETMETRICS (WM_USER+102) -- 2.17.1