mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Added the GINT64 shim
Original commit message from CVS: Added the GINT64 shim
This commit is contained in:
parent
702844f700
commit
479d33e30d
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ typedef struct _GObjectClass GObjectClass;
|
|||
#define G_TYPE_UCHAR GTK_TYPE_UCHAR
|
||||
#define G_TYPE_BOOLEAN GTK_TYPE_BOOL
|
||||
#define G_TYPE_INT GTK_TYPE_INT
|
||||
#define G_TYPE_INT64 GTK_TYPE_LONG
|
||||
#define G_TYPE_UINT GTK_TYPE_UINT
|
||||
#define G_TYPE_LONG GTK_TYPE_LONG
|
||||
#define G_TYPE_ULONG GTK_TYPE_ULONG
|
||||
|
|
Loading…
Reference in a new issue