[Mono-bugs] [Bug 72260][Nor] Changed - SetEnvironmentVariable win32 API has no effect on Mono

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Feb 2005 12:23:05 -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 robertj@gmx.net.

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

--- shadow/72260	2005-02-06 11:47:36.000000000 -0500
+++ shadow/72260.tmp.30327	2005-02-06 12:23:05.000000000 -0500
@@ -91,6 +91,11 @@
 
 ------- Additional Comments From vargaz@gmail.com  2005-02-06 11:47 -------
 This seems to be fixed in the glib-2.6.7 packages available here:
 
 http://gladewin32.sourceforge.net/
 
+
+------- Additional Comments From robertj@gmx.net  2005-02-06 12:23 -------
+The bug is fixed since glib 2.6.1 by using Win32's
+GetEnvironmentVariable() instead of getenv().
+