got rid of BS_FLAT ( Casper added it to include/defines.h )

svn path=/trunk/; revision=5269
This commit is contained in:
Royce Mitchell III 2003-07-25 23:50:37 +00:00
parent bf34364f74
commit f66a066087

View file

@ -1,4 +1,4 @@
/* $Id: button.c,v 1.5 2003/07/11 17:08:44 chorns Exp $
/* $Id: button.c,v 1.6 2003/07/25 23:50:37 royce Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS User32
@ -18,8 +18,6 @@
#define HIMAGE_GWL_OFFSET (2*sizeof(LONG))
#define NB_EXTRA_BYTES (3*sizeof(LONG))
#define BS_FLAT 0x00008000L
#define BUTTON_UNCHECKED 0x00
#define BUTTON_CHECKED 0x01
#define BUTTON_3STATE 0x02