mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-21 11:21:24 +00:00
Add also int64_t for completeness.
This commit is contained in:
parent
5a2bb5a109
commit
137ace8e87
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ typedef gint16 int16_t;
|
|||
typedef guint16 uint16_t;
|
||||
typedef gint32 int32_t;
|
||||
typedef guint32 uint32_t;
|
||||
typedef gint64 int64_t;
|
||||
typedef guint64 uint64_t;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue