[Win32] call rmdir() only if remove() fails with errno set to ENOENT, to
authorTor Lillqvist <tml@novell.com>
Fri, 31 Mar 2006 00:26:44 +0000 (00:26 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 31 Mar 2006 00:26:44 +0000 (00:26 +0000)
commit2df600a633904eab85fc35315b2099466285f4f7
treec2ca71e3c8d9157e71b2a5663912f04a626357dd
parentd616680f3e3a6d39c006f56b3ee2c3f9faf4050d
[Win32] call rmdir() only if remove() fails with errno set to ENOENT, to

2006-03-30  Tor Lillqvist  <tml@novell.com>

* glib/gstdio.c (g_remove): [Win32] call rmdir() only if remove()
fails with errno set to ENOENT, to leave errno set to EACCESS if
that is the problem. (#334799, Yevgen Muntyan)
ChangeLog
ChangeLog.pre-2-12
glib/gstdio.c