- 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:
Aleksey Bragin
2008-03-11 15:58:31 +00:00
parent e121cc7e3d
commit be684e0471
2 changed files with 22 additions and 192 deletions

View File

@@ -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 */