mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:15:43 +00:00
[NTUSER] Add UserHMSetHandle macro (#6164)
This commit is contained in:
parent
758fff284d
commit
f74a2aac8c
3 changed files with 3 additions and 2 deletions
|
@ -228,6 +228,7 @@ typedef struct _PROCMARKHEAD
|
|||
} PROCMARKHEAD, *PPROCMARKHEAD;
|
||||
|
||||
#define UserHMGetHandle(obj) ((obj)->head.h)
|
||||
#define UserHMSetHandle(obj, handle) ((obj)->head.h = (handle))
|
||||
|
||||
/* Window Client Information structure */
|
||||
struct _ETHREAD;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue