mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-19 07:50:49 +00:00
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:
parent
5527514c6b
commit
ddb187dec8
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
||||
/***************************************************************
|
||||
|
|
Loading…
Reference in a new issue