Nikolay Sivov : include: Fix REPASTESPECIAL definition.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Feb 27 08:00:16 CST 2015


Module: wine
Branch: master
Commit: 8f517054d236967411042d7ff68e68b23214b1b6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8f517054d236967411042d7ff68e68b23214b1b6

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Feb 26 18:07:37 2015 +0300

include: Fix REPASTESPECIAL definition.

Spotted by Christoph von Wittich.

---

 include/richedit.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/richedit.h b/include/richedit.h
index 6b27fc9..ce2c145 100644
--- a/include/richedit.h
+++ b/include/richedit.h
@@ -691,7 +691,7 @@ typedef struct _reqresize {
 
 typedef struct _repastespecial {
     DWORD      dwAspect;
-    DWORD      dwParam;
+    DWORD_PTR  dwParam;
 } REPASTESPECIAL;
 
 typedef struct _punctuation {




More information about the wine-cvs mailing list