mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:41:57 +00:00
Fix typo "managment" -> "management" in our codebase...
... except for 3rd-party code or "official" names.
This commit is contained in:
parent
13b1eadebb
commit
6db0d24fb6
10 changed files with 10 additions and 10 deletions
|
@ -111,7 +111,7 @@
|
|||
#define GDI_OBJECT_GET_TYPE_INDEX(t) \
|
||||
((t & GDI_HANDLE_BASETYPE_MASK) >> GDI_HANDLE_BASETYPE_SHIFT)
|
||||
|
||||
/* Gdi Object Handle Managment Pid lock masking sets. */
|
||||
/* Gdi Object Handle Management Pid lock masking sets. */
|
||||
/* Ref: used with DxEngSetDCOwner */
|
||||
#define GDI_OBJ_HMGR_PUBLIC 0 /* Public owner, Open access? */
|
||||
#define GDI_OBJ_HMGR_POWNED 0x80000002 /* Set to current owner. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue