[Mono-bugs] [Bug 71823][Nor] Changed - libgdiplus SVN HEAD doesn't compile on AMD64
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 28 Jan 2005 14:00:14 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by peter@novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71823
--- shadow/71823 2005-01-26 20:15:13.000000000 -0500
+++ shadow/71823.tmp.18878 2005-01-28 14:00:14.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 71823
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details: AMD64
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
AssignedTo: peter@novonyx.com
ReportedBy: ximian-bugzilla@winsper.org.uk
QAContact: mono-bugs@ximian.com
@@ -38,6 +38,9 @@
All the time on SVN head.
Additional Information:
The problem is that doing things like "(GpGraphics *) hDC" is going to
cause problems on platforms where sizeof(int) != sizeof(void*). Functions
like GdipGetDC convert GpGraphics* to int, which may cause data loss.
+
+------- Additional Comments From peter@novonyx.com 2005-01-28 14:00 -------
+Fixed in svn head