mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix W32PROCESS, replaced pointer with structure.
svn path=/trunk/; revision=40288
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user