[PATCH] includes: Fix type for dwCookie in richedit.h

Maarten Lankhorst m.b.lankhorst at gmail.com
Sun Dec 21 17:08:59 CST 2008


---
 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;
-- 
1.5.6.5


--------------060505090504020607000502--



More information about the wine-patches mailing list