mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
Moved declaration of g_log_domain_gmodule up before the inclusion of
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.
This commit is contained in:
parent
bef233642e
commit
ccee915720
@ -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
|
||||
|
@ -27,15 +27,13 @@
|
||||
#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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user