Moved declaration of g_log_domain_gmodule up before the inclusion of
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 28 Sep 2000 07:32:07 +0000 (07:32 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 28 Sep 2000 07:32:07 +0000 (07:32 +0000)
2000-09-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gmodule.h: Moved declaration of g_log_domain_gmodule up before
the inclusion of glib.h to make it compile on non-gcc compilers.

gmodule/ChangeLog
gmodule/gmodule.h

index 2411405..4f0d915 100644 (file)
@@ -1,3 +1,8 @@
+2000-09-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * 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  <tml@iki.fi>
 
        * makefile.mingw.in: Remove leftover gmodule-win32res.o stuff. The
index 3f2148c..6bc7506 100644 (file)
 #ifndef __GMODULE_H__
 #define __GMODULE_H__
 
+extern const char      *g_log_domain_gmodule;
 #include <glib.h>
 
 #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.
  */