diff --git a/include/richedit.h b/include/richedit.h index 1c10cb14de4..33eb38beaab 100644 --- a/include/richedit.h +++ b/include/richedit.h @@ -59,6 +59,12 @@ extern "C" { typedef DWORD CALLBACK(* EDITSTREAMCALLBACK)( DWORD, LPBYTE, LONG, LONG * ); +typedef struct _charrange +{ + LONG cpMin; + LONG cpMax; +} CHARRANGE; + typedef struct { DWORD dwCookie;