Author: sginsberg Date: Sat Aug 15 22:11:04 2009 New Revision: 42714
URL: http://svn.reactos.org/svn/reactos?rev=42714&view=rev Log: - Attempt to fix user32 build after 42706 -- user32 needs those undocumented TB_* too
Modified: trunk/reactos/include/psdk/commctrl.h
Modified: trunk/reactos/include/psdk/commctrl.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/commctrl.h?rev... ============================================================================== --- trunk/reactos/include/psdk/commctrl.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/commctrl.h [iso-8859-1] Sat Aug 15 22:11:04 2009 @@ -1231,14 +1231,14 @@ #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)