mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
part 1/2 for implement GetAppCompatFlags
svn path=/trunk/; revision=32651
This commit is contained in:
parent
0b1f2480f3
commit
50b6c2d1d0
1 changed files with 3 additions and 0 deletions
|
@ -191,6 +191,9 @@ typedef struct _W32THREADINFO
|
|||
ULONG_PTR DesktopHeapDelta;
|
||||
/* A mask of what hooks are currently active */
|
||||
ULONG Hooks;
|
||||
/* apps compatble flags it being set which compatible mode the apps need
|
||||
* to run in see GetAppCompatFlags for more info */
|
||||
DWORD dwAppsCompatibleFlags;
|
||||
} W32THREADINFO, *PW32THREADINFO;
|
||||
|
||||
/* Window Client Information structure */
|
||||
|
|
Loading…
Reference in a new issue