- [Win32k] More Class work. Moved to use thread and process information structures.
[reactos.git] / reactos / subsystems / win32 / win32k / include / gdiobj.h
index af1e21f..f54e87a 100644 (file)
@@ -44,7 +44,7 @@ typedef struct _BASEOBJECT
   ULONG       ulShareCount;
   USHORT      cExclusiveLock;
   USHORT      BaseFlags;
-  PW32THREAD  Tid;
+  PTHREADINFO Tid;
 } BASEOBJECT, *POBJ;
 
 typedef struct _CLIENTOBJ