[GDI32] Fix 64 bit issues
[reactos.git] / win32ss / include / ntusrtyp.h
index d686fe0..6ce571f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS Win32 Graphical Subsystem (WIN32K)
- * FILE:            include/win32k/ntusrtyp.h
+ * FILE:            win32ss/include/ntusrtyp.h
  * PURPOSE:         Win32 Shared USER Types for NtUser*
  * PROGRAMMER:      Alex Ionescu (alex@relsoft.net)
  */
 #ifndef _NTUSRTYP_
 #define _NTUSRTYP_
 
+#include <ntwin32.h>
+
 /* ENUMERATIONS **************************************************************/
 
 /* TYPES *********************************************************************/
 
-typedef struct _PATRECT
-{
-    RECT r;
-    HBRUSH hBrush;
-} PATRECT, * PPATRECT;
-
 /* Bitfields for UserpreferencesMask SPI_ values (with defaults) */
 /* See also http://technet.microsoft.com/nl-nl/library/cc957204(en-us).aspx */
 typedef struct {
@@ -88,7 +84,7 @@ typedef struct
 
 typedef struct
 {   union
-    { 
+    {
         ICONRESDIR icon;
         CURSORRESDIR  cursor;
     } ResInfo;