mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +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;
|
||||
WORD GDIObjects;
|
||||
WORD UserObjects;
|
||||
BOOLEAN CreatedWindowOrDC;
|
||||
BOOLEAN ManualGuiCheck;
|
||||
} W32PROCESS, *PW32PROCESS;
|
||||
|
||||
PW32THREAD STDCALL
|
||||
|
|
Loading…
Reference in a new issue