includes: Fix EDITSTREAM definition for win64.

oldstable
Maarten Lankhorst 2008-12-22 00:08:59 +01:00 committed by Alexandre Julliard
parent 49abc9878f
commit 99868d7c16
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ DECL_WINELIB_TYPE_AW(TEXTRANGE)
typedef struct _editstream
{
DWORD dwCookie;
DWORD_PTR dwCookie;
DWORD dwError;
EDITSTREAMCALLBACK pfnCallback;
} EDITSTREAM;