gtypes.h   gtypes.h 
skipping to change at line 36 skipping to change at line 36
#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_TYPES_H__ #ifndef __G_TYPES_H__
#define __G_TYPES_H__ #define __G_TYPES_H__
#include <glibconfig.h> #include <glibconfig.h>
#include <glib/gmacros.h> #include <glib/gmacros.h>
#include <time.h>
G_BEGIN_DECLS G_BEGIN_DECLS
/* Provide type definitions for commonly used types. /* Provide type definitions for commonly used types.
* These are useful because a "gint8" can be adjusted * These are useful because a "gint8" can be adjusted
* to be 1 byte (8 bits) on all platforms. Similarly and * to be 1 byte (8 bits) on all platforms. Similarly and
* more importantly, "gint32" can be adjusted to be * more importantly, "gint32" can be adjusted to be
* 4 bytes (32 bits) on all platforms. * 4 bytes (32 bits) on all platforms.
*/ */
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 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/