2007-01-26 Robert Jordan <robertj@gmx.net>
authorRobert Jordan <robertj@gmx.net>
Fri, 26 Jan 2007 20:20:28 +0000 (20:20 -0000)
committerRobert Jordan <robertj@gmx.net>
Fri, 26 Jan 2007 20:20:28 +0000 (20:20 -0000)
commitb3b5112ac2c1cb9e4a27f7c2b81c3f228de5248f
treea7d299f32c04b0630e25c696f97fc5932af95238
parent10e4b02a3b9432f940a6f51b8bba7f67d0939f39
2007-01-26  Robert Jordan  <robertj@gmx.net>

* configure.ac: Add PLATFORM_WIN32 conditional.
* src/Makefile.ac: Use PLATFORM_WIN32 conditional for psapi, iconv
* test/module.c, test/tests.h, test/Makefile.am: New test for gmodule.
* src/gmodule.h: Add G_MODULE_{IMPORT|EXPORT} defines.
* src/gmodule.c (g_module_symbol): Implement in-proc symbol lookup
for Win32.
* src/gmodule.c: Add GModule.main_module, consider it in
g_module_close ().
* src/gpath.c (g_get_home_dir): Add dummy Win32 implementation to
fix the build.

svn path=/trunk/mono/; revision=71766
eglib/ChangeLog
eglib/configure.ac
eglib/src/Makefile.am
eglib/src/gmodule.c
eglib/src/gmodule.h
eglib/src/gpath.c
eglib/test/Makefile.am
eglib/test/module.c [new file with mode: 0644]
eglib/test/tests.h