- Sync gdiplus with Wine head
[reactos.git] / reactos / include / psdk / gdiplustypes.h
index 29616e9..4f97432 100644 (file)
@@ -236,6 +236,12 @@ typedef struct Rect
     INT Height;
 } Rect;
 
+typedef struct CharacterRange
+{
+    INT First;
+    INT Length;
+} CharacterRange;
+
 typedef enum Status Status;
 
 #endif /* end of c typedefs */