Don't call SetEnvironmentVariable() when removing an environment variable,
authorMagnus Hagander <magnus@hagander.net>
Thu, 12 Feb 2009 12:53:34 +0000 (12:53 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 12 Feb 2009 12:53:34 +0000 (12:53 +0000)
commit10ce74def79e33bdddbab4ca8d30e85f632bc1fd
tree63eade542bf8797e40283d1d5d7fbf71058b5343
parentab77dec0d1f9567892b6d818739f64a9492ed853
Don't call SetEnvironmentVariable() when removing an environment variable,
as this seems to crash on at least some versions of MingW. Our current usage
of this function does not require it, so it should be ok to ignore.
src/port/win32env.c