Module: wine Branch: master Commit: 949edcec172cc690100394433afba3d9c714f2fb URL: https://source.winehq.org/git/wine.git/?a=commit;h=949edcec172cc690100394433...
Author: Jinoh Kang jinoh.kang.kr@gmail.com Date: Sun Apr 17 00:24:42 2022 +0900
include: Remove duplicate definitions of UOI_* macros.
Commit 5ec458fd41f (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
---
include/winuser.h | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/include/winuser.h b/include/winuser.h index 4f79face860..f9af7db0331 100644 --- a/include/winuser.h +++ b/include/winuser.h @@ -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 */