Commit 949edcec authored by Jinoh Kang's avatar Jinoh Kang Committed by Alexandre Julliard

include: Remove duplicate definitions of UOI_* macros.

Commit 5ec458fd (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: 's avatarJinoh Kang <jinoh.kang.kr@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 2fa950f6
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment