mirror of
https://github.com/reactos/reactos.git
synced 2026-09-13 21:29:18 +08:00
- Remove kilobyte of unneeded MS support database text copypaste.
- Rename and add two application compatibility flags to W32THREADINFO structure (one for ancient compat flags, and one for a bit more modern flags). - Implement GetAppCompatFlags2() too. svn path=/trunk/; revision=32657
This commit is contained in:
@@ -191,9 +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;
|
||||
/* Application compatibility flags */
|
||||
DWORD AppCompatFlags;
|
||||
DWORD AppCompatFlags2;
|
||||
} W32THREADINFO, *PW32THREADINFO;
|
||||
|
||||
/* Window Client Information structure */
|
||||
|
||||
Reference in New Issue
Block a user