From 85800c3f71c39eeba8bd167959949e66e682665f Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Mon, 17 Apr 2006 17:47:39 +0000 Subject: [PATCH] remove a few wineisms, they are in out main header now. svn path=/trunk/; revision=21640 --- reactos/include/reactos/wine/commctrl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/include/reactos/wine/commctrl.h b/reactos/include/reactos/wine/commctrl.h index 3d3f2f1e3de..25ddb233b3c 100644 --- a/reactos/include/reactos/wine/commctrl.h +++ b/reactos/include/reactos/wine/commctrl.h @@ -52,9 +52,7 @@ typedef LPFINDINFOW LPLVFINDINFOW; #define TBN_WRAPHOTITEM (TBN_FIRST-24) /* this is undocumented and the name is a guess */ -#define RBBS_USECHEVRON 0x00000200 #define RBHT_CHEVRON 0x0008 -#define RBN_CHEVRONPUSHED (RBN_FIRST-10) #define RB_PUSHCHEVRON (WM_USER+43) #define HDM_SETBITMAPMARGIN (HDM_FIRST+20)