diff --git a/reactos/subsystems/win32/win32k/include/win32.h b/reactos/subsystems/win32/win32k/include/win32.h index 39490d8e70a..5ba70c6a65b 100644 --- a/reactos/subsystems/win32/win32k/include/win32.h +++ b/reactos/subsystems/win32/win32k/include/win32.h @@ -75,8 +75,8 @@ typedef struct _W32PROCESS DWORD W32Pid; LONG GDIObjects; LONG UserObjects; - DWORD cSimpleLock; /* Locking Process during access to structure. */ - PVOID pvAvlTable; /* Pointer to AVL Table. */ + DWORD cSimpleLock; /* Locking Process during access to structure. */ + RTL_AVL_TABLE rtlAvlTable; /* Process AVL Table. */ /* ReactOS */ LIST_ENTRY ClassList; LIST_ENTRY MenuListHead;