diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 24114057e..4f0d91535 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,8 @@ +2000-09-28 Sebastian Wilhelmi + + * gmodule.h: Moved declaration of g_log_domain_gmodule up before + the inclusion of glib.h to make it compile on non-gcc compilers. + 2000-07-22 Tor Lillqvist * makefile.mingw.in: Remove leftover gmodule-win32res.o stuff. The diff --git a/gmodule/gmodule.h b/gmodule/gmodule.h index 3f2148c01..6bc75064a 100644 --- a/gmodule/gmodule.h +++ b/gmodule/gmodule.h @@ -27,15 +27,13 @@ #ifndef __GMODULE_H__ #define __GMODULE_H__ +extern const char *g_log_domain_gmodule; #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ -extern const char *g_log_domain_gmodule; - - /* exporting and importing functions, this is special cased * to feature Windows dll stubs. */