mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
got rid of BS_FLAT ( Casper added it to include/defines.h )
svn path=/trunk/; revision=5269
This commit is contained in:
parent
bf34364f74
commit
f66a066087
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue