mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
fix build
This commit is contained in:
parent
0b8810ace8
commit
5235549172
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ typedef int fluid_socket_t;
|
|||
//typedef gint8 sint8;
|
||||
typedef guint8 uint8;
|
||||
//typedef gint16 sint16;
|
||||
//typedef guint16 uint16;
|
||||
typedef guint16 uint16;
|
||||
typedef gint32 sint32;
|
||||
typedef guint32 uint32;
|
||||
//typedef gint64 sint64;
|
||||
|
|
Loading…
Reference in a new issue