[Mono-bugs] [Bug 58881][Maj] Changed - [patch] marshalling of struct params to functions passed as unmanaged delegates broken

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 23 May 2004 22:44:26 -0400 (EDT)


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 vladimir@pobox.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58881

--- shadow/58881	2004-05-23 22:31:53.000000000 -0400
+++ shadow/58881.tmp.28133	2004-05-23 22:44:26.000000000 -0400
@@ -115,6 +115,11 @@
 
 ------- Additional Comments From vladimir@pobox.com  2004-05-23 22:31 -------
 Updated patch -- the dummy types created for pointers (i.e. void *)
 were not marked as blittable, causing System.IntPtr to be
 non-blittable.  Also, ->name of these types could probably be
 something more descriptive than "System", but I didn't make that change.
+
+------- Additional Comments From vladimir@pobox.com  2004-05-23 22:44 -------
+Created an attachment (id=7800)
+updated blittable patch
+