mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-12-26 22:45:39 +08:00
Merge branch 'hexbinaryexportmode' of github.com:davidhicks/mdbtools into export-hex
This commit is contained in:
@@ -187,7 +187,8 @@ enum {
|
||||
enum {
|
||||
MDB_BINEXPORT_STRIP,
|
||||
MDB_BINEXPORT_RAW,
|
||||
MDB_BINEXPORT_OCTAL
|
||||
MDB_BINEXPORT_OCTAL,
|
||||
MDB_BINEXPORT_HEXADECIMAL
|
||||
};
|
||||
|
||||
#define IS_JET4(mdb) (mdb->f->jet_version==MDB_VER_JET4) /* obsolete */
|
||||
|
||||
Reference in New Issue
Block a user