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 24114057efbf6b5ad7c3380a17eb8a65c3693b11..4f0d91535407cd9624a390f5cf59a2c71f94790d 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 3f2148c0188ce038b5185203d428c0d38bc2bc2c..6bc75064a27285a7a2f6c430b9f7f50cb9ccb7fe 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.
  */