includes: Fix EDITSTREAM definition for win64.
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>
Sun, 21 Dec 2008 23:08:59 +0000 (00:08 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 23 Dec 2008 17:51:01 +0000 (18:51 +0100)
include/richedit.h

index f4f0ab5da004c7fa3216a827d07ead752c2af05e..02ebdc2f93a206a7a9e41a4e847138534747e47e 100644 (file)
@@ -516,7 +516,7 @@ DECL_WINELIB_TYPE_AW(TEXTRANGE)
 
 typedef struct _editstream
 {
-    DWORD              dwCookie;
+    DWORD_PTR          dwCookie;
     DWORD              dwError;
     EDITSTREAMCALLBACK pfnCallback;
 } EDITSTREAM;