[Mono-bugs] [Bug 79117][Nor] Changed - [PATCH] Marshal.StringToHGlobalAuto & PtrToStringAuto not working as expected
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 31 10:42:42 EDT 2006
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=79117
--- shadow/79117 2006-08-31 08:54:20.000000000 -0400
+++ shadow/79117.tmp.31852 2006-08-31 10:42:42.000000000 -0400
@@ -288,6 +288,14 @@
Using SystemDefaultCharSize (1 or 2) in managed code to decide
whether to call the Unicode or Ansi versions is not an option ?
That way, you can avoid #ifdef PLATFORM_WIN32 altogether, and remove
the *Auto icalls.
+
+------- Additional Comments From robertj at gmx.net 2006-08-31 10:42 -------
+If we can afford the additional "if", yes. It think it's
+ok, because these are methods which handle more then
+one char at a time.
+
+Zoltan, is it ok?
+
More information about the mono-bugs
mailing list