diff --git a/reactos/subsystems/win32/win32k/include/object.h b/reactos/subsystems/win32/win32k/include/object.h index 952697e16c5..e8b9a9d9dfe 100644 --- a/reactos/subsystems/win32/win32k/include/object.h +++ b/reactos/subsystems/win32/win32k/include/object.h @@ -47,7 +47,8 @@ typedef enum _USER_OBJECT_TYPE otWindow, otMenu, otCursorIcon, - otHook = 5, + otDWP, + otHook, otCallProc = 7, otAccel, otMonitor = 12,