mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 02:27:55 +08:00
iconv, typo fixes, libtool versioning, added MySQL to gmdb2 export
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
#include <string.h>
|
||||
#include <glib.h>
|
||||
|
||||
#ifdef HAVE_ICONV
|
||||
#include <iconv.h>
|
||||
#endif
|
||||
|
||||
#define MDB_DEBUG 0
|
||||
|
||||
#define MDB_PGSIZE 4096
|
||||
@@ -221,6 +225,9 @@ typedef struct {
|
||||
char *backend_name;
|
||||
MdbFormatConstants *fmt;
|
||||
MdbStatistics *stats;
|
||||
#ifdef HAVE_ICONV
|
||||
iconv_t iconv_out;
|
||||
#endif
|
||||
} MdbHandle;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user