mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
removed obsolete fields from the W32PROCESS structure
svn path=/trunk/; revision=9452
This commit is contained in:
parent
4349fe8990
commit
03de8510c2
1 changed files with 0 additions and 2 deletions
|
@ -34,8 +34,6 @@ typedef struct _W32PROCESS
|
||||||
ULONG Flags;
|
ULONG Flags;
|
||||||
WORD GDIObjects;
|
WORD GDIObjects;
|
||||||
WORD UserObjects;
|
WORD UserObjects;
|
||||||
BOOLEAN CreatedWindowOrDC;
|
|
||||||
BOOLEAN ManualGuiCheck;
|
|
||||||
} W32PROCESS, *PW32PROCESS;
|
} W32PROCESS, *PW32PROCESS;
|
||||||
|
|
||||||
PW32THREAD STDCALL
|
PW32THREAD STDCALL
|
||||||
|
|
Loading…
Reference in a new issue