Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly on

2001-02-21  Tor Lillqvist  <tml@iki.fi>

	* gmodule.h: Use G_BEGIN_DECLS and G_END_DECLS. Define
	G_MODULE_EXPORT correctly on Cygwin, too.

	* gmodule-win32.c (_g_module_open): Convert path to Windows format
	on Cygwin.

	* Makefile.am (libglib): Use libglib-1.3.la from
	top_builddir. Invoke libtool with -no-undefined for Win32 and
	Cygwin.
This commit is contained in:
Tor Lillqvist
2001-03-09 21:33:23 +00:00
committed by Tor Lillqvist
parent 754d8ddad8
commit 8dd8609870
4 changed files with 42 additions and 18 deletions

View File

@@ -5,6 +5,18 @@
* gmodule.def, gmodule.h, gmodule.c: Removed g_log_domain_gmodule.
2001-02-21 Tor Lillqvist <tml@iki.fi>
* gmodule.h: Use G_BEGIN_DECLS and G_END_DECLS. Define
G_MODULE_EXPORT correctly on Cygwin, too.
* gmodule-win32.c (_g_module_open): Convert path to Windows format
on Cygwin.
* Makefile.am (libglib): Use libglib-1.3.la from
top_builddir. Invoke libtool with -no-undefined for Win32 and
Cygwin.
2001-02-17 Havoc Pennington <hp@pobox.com>
Applied patch from Soeren Sandmann: