[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:31:53 -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 21:55:41.000000000 -0400
+++ shadow/58881.tmp.28021 2004-05-23 22:31:53.000000000 -0400
@@ -109,6 +109,12 @@
------- Additional Comments From vladimir@pobox.com 2004-05-23 21:55 -------
Created an attachment (id=7798)
test case addition for mono/tests
+
+------- 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.