Author: sginsberg
Date: Tue Nov 25 11:08:48 2008
New Revision: 37642
URL:
http://svn.reactos.org/svn/reactos?rev=37642&view=rev
Log:
- FIX is declared in winddi.h, don't redeclare
Modified:
trunk/rostests/apitests/gdi32api/gdi.h
Modified: trunk/rostests/apitests/gdi32api/gdi.h
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32api/gdi.h?r…
==============================================================================
--- trunk/rostests/apitests/gdi32api/gdi.h [iso-8859-1] (original)
+++ trunk/rostests/apitests/gdi32api/gdi.h [iso-8859-1] Tue Nov 25 11:08:48 2008
@@ -38,15 +38,6 @@
/** 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);