mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +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>
|
2000-07-22 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* makefile.mingw.in: Remove leftover gmodule-win32res.o stuff. The
|
* makefile.mingw.in: Remove leftover gmodule-win32res.o stuff. The
|
||||||
|
@ -27,15 +27,13 @@
|
|||||||
#ifndef __GMODULE_H__
|
#ifndef __GMODULE_H__
|
||||||
#define __GMODULE_H__
|
#define __GMODULE_H__
|
||||||
|
|
||||||
|
extern const char *g_log_domain_gmodule;
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
extern const char *g_log_domain_gmodule;
|
|
||||||
|
|
||||||
|
|
||||||
/* exporting and importing functions, this is special cased
|
/* exporting and importing functions, this is special cased
|
||||||
* to feature Windows dll stubs.
|
* to feature Windows dll stubs.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user