Add also int64_t for completeness.

This commit is contained in:
carlo-bramini 2017-11-05 17:59:07 +01:00
parent 5a2bb5a109
commit 137ace8e87

View file

@ -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