includes: Fix EDITSTREAM definition for win64.
This commit is contained in:
parent
49abc9878f
commit
99868d7c16
|
@ -516,7 +516,7 @@ DECL_WINELIB_TYPE_AW(TEXTRANGE)
|
|||
|
||||
typedef struct _editstream
|
||||
{
|
||||
DWORD dwCookie;
|
||||
DWORD_PTR dwCookie;
|
||||
DWORD dwError;
|
||||
EDITSTREAMCALLBACK pfnCallback;
|
||||
} EDITSTREAM;
|
||||
|
|
Loading…
Reference in New Issue