richedit: Fix prototype of the callback function.

oldstable
Mike McCormack 2006-05-25 11:41:11 +09:00 committed by Alexandre Julliard
parent f2bd261f12
commit ba8f40d465
1 changed files with 1 additions and 1 deletions

View File

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