Skip to content
Snippets Groups Projects
Commit 27e388ff authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

Added CHARRANGE.

parent a0e61ec5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment