mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
glibconfig.h and glib.h now include files outside of the extern "C" block.
2000-07-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in, glib.h: glibconfig.h and glib.h now include files outside of the extern "C" block. Makes some C++ compiler happy. Reported by Denis Vakatov <vakatov@peony.nlm.nih.gov>. * gmodule/gmodule.h: include glib.h before doing extern "C". Makes some C++ compiler happy. Reported by Denis Vakatov <vakatov@peony.nlm.nih.gov>.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
93b1001c10
commit
cb931f4980
@@ -1,3 +1,9 @@
|
||||
2000-07-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gmodule.h: include glib.h before doing extern "C". Makes some C++
|
||||
compiler happy. Reported by Denis Vakatov
|
||||
<vakatov@peony.nlm.nih.gov>.
|
||||
|
||||
2000-07-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gmodule-win32.c: Don't #include <tlhelp32.h> when compiling with
|
||||
|
@@ -27,13 +27,13 @@
|
||||
#ifndef __GMODULE_H__
|
||||
#define __GMODULE_H__
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
extern const char *g_log_domain_gmodule;
|
||||
#include <glib.h>
|
||||
|
||||
|
||||
/* exporting and importing functions, this is special cased
|
||||
|
Reference in New Issue
Block a user