summaryrefslogtreecommitdiff
path: root/glib.h
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-07-19 14:01:22 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-07-19 14:01:22 +0000
commitcb931f4980afdbb8c052dfcecd4fcf0799036176 (patch)
tree8eba44c1e2859b2b1c237f6157dadebfccf71faa /glib.h
parent93b1001c10a3137ba415e3cefdbd3dc1967beac4 (diff)
downloadglib-cb931f4980afdbb8c052dfcecd4fcf0799036176.tar.gz
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>.
Diffstat (limited to 'glib.h')
-rw-r--r--glib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/glib.h b/glib.h
index 31f1e1aa2..df8156e0f 100644
--- a/glib.h
+++ b/glib.h
@@ -3325,11 +3325,11 @@ guint g_thread_pool_get_num_unused_threads (void);
/* Stop all currently unused threads, but leave the limit untouched */
void g_thread_pool_stop_unused_threads (void);
-#include <gunicode.h>
-#include <gerror.h>
-
#ifdef __cplusplus
}
#endif /* __cplusplus */
+#include <gunicode.h>
+#include <gerror.h>
+
#endif /* __G_LIB_H__ */