- Attempt to fix user32 build after 42706 -- user32 needs those undocumented TB_...
authorStefan Ginsberg <stefanginsberg@gmail.com>
Sat, 15 Aug 2009 20:11:04 +0000 (20:11 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Sat, 15 Aug 2009 20:11:04 +0000 (20:11 +0000)
svn path=/trunk/; revision=42714

reactos/include/psdk/commctrl.h

index 8673ba9..86feb8a 100644 (file)
@@ -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)