fix: comment out types that were defined but not used, and break compilation in macosx64. Thanks to Jean-François Mertens for the report.

This commit is contained in:
Pedro Lopez-Cabanillas 2010-08-30 20:42:29 +00:00
parent 5527514c6b
commit ddb187dec8

View file

@ -173,14 +173,14 @@ typedef int fluid_socket_t;
/** Integer types */
typedef gint8 sint8;
//typedef gint8 sint8;
typedef guint8 uint8;
typedef gint16 sint16;
typedef guint16 uint16;
//typedef gint16 sint16;
//typedef guint16 uint16;
typedef gint32 sint32;
typedef guint32 uint32;
typedef gint64 sint64;
typedef guint64 uint64;
//typedef gint64 sint64;
//typedef guint64 uint64;
/***************************************************************