include: Remove duplicate definitions of UOI_* macros.
Commit 5ec458fd41
(Add declarations for GetClassLongPtr{A,W}, GCLP_*
defines and user object information defines., 2004-10-14) inadvertently
introduced duplicate definitions of UOI_* macros.
Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2fa950f6b7
commit
949edcec17
|
@ -2874,12 +2874,6 @@ typedef struct {
|
|||
#define DSS_PREFIXONLY 0x0400
|
||||
#define DSS_RIGHT 0x8000
|
||||
|
||||
/* UserObjectInformation classes */
|
||||
#define UOI_FLAGS 1
|
||||
#define UOI_NAME 2
|
||||
#define UOI_TYPE 3
|
||||
#define UOI_USER_SID 4
|
||||
|
||||
|
||||
/* Sent as the lParam of a WM_DRAWITEM message to instruct how an
|
||||
* owner drawn control is to be drawn */
|
||||
|
|
Loading…
Reference in New Issue