gthread.h | gthread.h | |||
---|---|---|---|---|
skipping to change at line 35 | skipping to change at line 35 | |||
*/ | */ | |||
#if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && ! defined (GLIB_COMPILATION) | #if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && ! defined (GLIB_COMPILATION) | |||
#error "Only <glib.h> can be included directly." | #error "Only <glib.h> can be included directly." | |||
#endif | #endif | |||
#ifndef __G_THREAD_H__ | #ifndef __G_THREAD_H__ | |||
#define __G_THREAD_H__ | #define __G_THREAD_H__ | |||
#include <glib/gerror.h> | #include <glib/gerror.h> | |||
#include <glib/gtypes.h> | ||||
#include <glib/gutils.h> /* for G_INLINE_FUNC */ | #include <glib/gutils.h> /* for G_INLINE_FUNC */ | |||
#include <glib/gatomic.h> /* for g_atomic_pointer_get */ | #include <glib/gatomic.h> /* for g_atomic_pointer_get */ | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
/* GLib Thread support | /* GLib Thread support | |||
*/ | */ | |||
extern GQuark g_thread_error_quark (void); | extern GQuark g_thread_error_quark (void); | |||
#define G_THREAD_ERROR g_thread_error_quark () | #define G_THREAD_ERROR g_thread_error_quark () | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |