- FIX is declared in winddi.h, don't redeclare
authorStefan Ginsberg <stefanginsberg@gmail.com>
Tue, 25 Nov 2008 17:08:48 +0000 (17:08 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Tue, 25 Nov 2008 17:08:48 +0000 (17:08 +0000)
svn path=/trunk/; revision=37642

rostests/apitests/gdi32api/gdi.h

index 72fd7a1..0e484dc 100644 (file)
@@ -38,15 +38,6 @@ typedef PGDI_TABLE_ENTRY (CALLBACK * GDIQUERYPROC) (void);
 /** Not really an object type. Forces GDI_FreeObj to be silent. */
 #define GDI_OBJECT_TYPE_SILENT      0x80000000
 
-
-
-/* Number Representation */
-
-typedef LONG FIX;
-
-
-
-
 HDC WINAPI GdiConvertBitmap(HDC hdc);
 HBRUSH WINAPI GdiConvertBrush(HBRUSH hbr);
 HDC WINAPI GdiConvertDC(HDC hdc);