Commit 27e388ff authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Added CHARRANGE.

parent a0e61ec5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment