mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-12-19 19:53:28 +08:00
Changed the definition of gssize and fixed some memory leaks following code review.
This commit is contained in:
@@ -39,7 +39,7 @@ typedef const void * gconstpointer;
|
||||
typedef uint8_t guint8;
|
||||
typedef guint32 GQuark;
|
||||
typedef guint32 gunichar;
|
||||
typedef signed int gssize;
|
||||
typedef signed long gssize;
|
||||
|
||||
typedef guint (*GHashFunc)(gconstpointer);
|
||||
typedef int (*GCompareFunc)(gconstpointer, gconstpointer);
|
||||
|
||||
Reference in New Issue
Block a user