include: Change long to LONG in olectl.h for Win64 compatibility.

Michael Stefaniuc mstefani at redhat.de
Sun Jan 4 07:14:23 CST 2009


---
 include/olectl.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/olectl.h b/include/olectl.h
index 49a1f75..ab51fd2 100644
--- a/include/olectl.h
+++ b/include/olectl.h
@@ -157,10 +157,10 @@ typedef struct tagPICTDESC {
 	} DUMMYUNIONNAME;
 } PICTDESC, *LPPICTDESC;
 
-typedef long OLE_XPOS_PIXELS;
-typedef long OLE_YPOS_PIXELS;
-typedef long OLE_XSIZE_PIXELS;
-typedef long OLE_YSIZE_PIXELS;
+typedef LONG OLE_XPOS_PIXELS;
+typedef LONG OLE_YPOS_PIXELS;
+typedef LONG OLE_XSIZE_PIXELS;
+typedef LONG OLE_YSIZE_PIXELS;
 typedef float OLE_XPOS_CONTAINER;
 typedef float OLE_YPOS_CONTAINER;
 typedef float OLE_XSIZE_CONTAINER;
-- 
1.6.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20090104/8a185a7c/attachment.pgp 


More information about the wine-patches mailing list