mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Win32 structure cleanup (WIP):
- remove AppCompatFlags from W32THREADINFO svn path=/trunk/; revision=36792
This commit is contained in:
parent
87fd2c6cad
commit
e81d786ce9
1 changed files with 0 additions and 3 deletions
|
@ -315,9 +315,6 @@ typedef struct _W32THREADINFO
|
|||
ULONG_PTR DesktopHeapDelta;
|
||||
/* A mask of what hooks are currently active */
|
||||
ULONG Hooks;
|
||||
/* Application compatibility flags */
|
||||
DWORD AppCompatFlags;
|
||||
DWORD AppCompatFlags2;
|
||||
CLIENTTHREADINFO ClientThreadInfo;
|
||||
} W32THREADINFO, *PW32THREADINFO;
|
||||
|
||||
|
|
Loading…
Reference in a new issue