mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +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;
|
ULONG_PTR DesktopHeapDelta;
|
||||||
/* A mask of what hooks are currently active */
|
/* A mask of what hooks are currently active */
|
||||||
ULONG Hooks;
|
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;
|
} W32THREADINFO, *PW32THREADINFO;
|
||||||
|
|
||||||
/* Window Client Information structure */
|
/* Window Client Information structure */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue