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

Alexandre Julliard julliard at winehq.org
Mon Jan 5 10:24:17 CST 2009


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Sun Jan  4 14:14:23 2009 +0100

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

---

 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;




More information about the wine-cvs mailing list