- Sync gdiplus with Wine head
[reactos.git] / reactos / include / psdk / gdiplusgpstubs.h
index e2f8ab7..bb7c47f 100644 (file)
@@ -21,7 +21,6 @@
 
 #ifdef __cplusplus
 
-class GpGraphics {};
 class GpGraphics {};
 class GpBrush {};
 class GpSolidFill : public GpBrush {};
@@ -86,5 +85,6 @@ typedef Point GpPoint;
 typedef WrapMode GpWrapMode;
 typedef Color GpColor;
 typedef FlushIntention GpFlushIntention;
+typedef CoordinateSpace GpCoordinateSpace;
 
 #endif