1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

include: Add missing enum to wdm.h.

This commit is contained in:
Nikolay Sivov 2023-12-05 21:27:13 +01:00 committed by Alexandre Julliard
parent e4ec6f87e0
commit dbeaaf2b0f

View file

@ -1657,8 +1657,12 @@ static inline void IoCopyCurrentIrpStackLocationToNext(IRP *irp)
next->Control = 0;
}
#define KernelMode 0
#define UserMode 1
typedef enum _MODE
{
KernelMode,
UserMode,
MaximumMode
} MODE;
/* directory object access rights */
#define DIRECTORY_QUERY 0x0001