http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49abc98
)
includes: Fix EDITSTREAM definition for win64.
author
Maarten Lankhorst
<m.b.lankhorst@gmail.com>
Sun, 21 Dec 2008 23:08:59 +0000
(
00:08
+0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 23 Dec 2008 17:51:01 +0000
(18:51 +0100)
include/richedit.h
patch
|
blob
|
blame
|
history
diff --git
a/include/richedit.h
b/include/richedit.h
index f4f0ab5da004c7fa3216a827d07ead752c2af05e..02ebdc2f93a206a7a9e41a4e847138534747e47e 100644
(file)
--- 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;