Maarten Lankhorst : includes: Fix EDITSTREAM definition for win64.
23 Dec
2008
23 Dec
'08
7:40 p.m.
Module: wine Branch: master Commit: 99868d7c16ad3b83b145d48619ad2307dc0679be URL: http://source.winehq.org/git/wine.git/?a=commit;h=99868d7c16ad3b83b145d48619... Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com> Date: Mon Dec 22 00:08:59 2008 +0100 includes: Fix EDITSTREAM definition for win64. --- include/richedit.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/richedit.h b/include/richedit.h index f4f0ab5..02ebdc2 100644 --- a/include/richedit.h +++ b/include/richedit.h @@ -516,7 +516,7 @@ DECL_WINELIB_TYPE_AW(TEXTRANGE) typedef struct _editstream { - DWORD dwCookie; + DWORD_PTR dwCookie; DWORD dwError; EDITSTREAMCALLBACK pfnCallback; } EDITSTREAM;
6295
Age (days ago)
6295
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard