part 1/2 for implement GetAppCompatFlags
authorMagnus Olsen <magnus@greatlord.com>
Tue, 11 Mar 2008 00:08:07 +0000 (00:08 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Tue, 11 Mar 2008 00:08:07 +0000 (00:08 +0000)
svn path=/trunk/; revision=32651

reactos/include/reactos/win32k/ntuser.h

index d30f327..1e56968 100644 (file)
@@ -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 */