msvfw32/tests: ICCOpen() is case-insensitive on MS-Windows.
[wine] / dlls / riched20 / rtf.h
index ec08161..a276b7c 100644 (file)
@@ -1157,9 +1157,6 @@ struct _RTF_Info {
 
     ME_InStream *stream;
 
-    /* edit window to output to */
-    HWND hwndEdit;
-    
     ME_TextEditor *editor;
     ME_Style *style;
 
@@ -1211,6 +1208,7 @@ void              RTFSetReadHook (RTF_Info *, RTFFuncPtr);
 RTFFuncPtr     RTFGetReadHook (const RTF_Info *);
 void           RTFRouteToken (RTF_Info *);
 void           RTFSkipGroup (RTF_Info *);
+void           RTFReadGroup (RTF_Info *);
 void           RTFExpandStyle (RTF_Info *, int);
 int            RTFCheckCM (const RTF_Info *, int, int);
 int            RTFCheckCMM (const RTF_Info *, int, int, int);