Added CHARRANGE.

oldstable
Francois Gouget 2001-01-22 19:25:27 +00:00 committed by Alexandre Julliard
parent a0e61ec518
commit 27e388ffdd
1 changed files with 6 additions and 0 deletions

View File

@ -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;