mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-26 05:33:03 +08:00
More Windows fixes
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
#include "mdbfakeglib.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
@@ -23,6 +23,10 @@
|
||||
#include "dmalloc.h"
|
||||
#endif
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(a,b) (a>b ? b : a)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* This function is used in reading text data from an MDB table.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user