glib/gwin32.c glib/gwin32.h Remove own implementation of dirent functions.
authorTor Lillqvist <tml@iki.fi>
Sat, 29 Sep 2001 23:19:24 +0000 (23:19 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 29 Sep 2001 23:19:24 +0000 (23:19 +0000)
commite4e2fc5134b69152c94950e6d5a2e65e30ab6699
tree8965172e07e6b150a6efb6999d2fc96f6a629875
parent5df5ffad3f08bdc59ee54e034d416f1978ca3ee2
glib/gwin32.c glib/gwin32.h Remove own implementation of dirent functions.

2001-09-30  Tor Lillqvist  <tml@iki.fi>

* glib/gwin32.c
* glib/gwin32.h
* glib/glib.def: Remove own implementation of dirent
functions. Instead, gcc (mingw) users should go ahead and use the
<dirent.h> included with the mingw gcc, and the dirent functions
included in libmingw32, while MSVC users can use the same (public
domain) code, extracted from mingw-runtime sources and placed in
build/win32/dirent.[ch].

* glib/gwin32.c (get_package_directory_from_module,
g_win32_get_package_installation_directory): Use static lock to
protect static hash table.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/glib.def
glib/gwin32.c
glib/gwin32.h