Commit ba8f40d4 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

richedit: Fix prototype of the callback function.

parent f2bd261f
......@@ -159,7 +159,7 @@ static const WCHAR RICHEDIT_CLASS20W[] = { 'R','i','c','h','E','d','i','t','2','
#define EN_ALIGNRTL 0x0711
typedef DWORD (CALLBACK * EDITSTREAMCALLBACK)( DWORD, LPBYTE, LONG, LONG * );
typedef DWORD (CALLBACK * EDITSTREAMCALLBACK)( DWORD_PTR, LPBYTE, LONG, LONG * );
/* tab stops number limit */
#define MAX_TAB_STOPS 0x00000020
......
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