mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-07-16 06:27:44 +08:00
Maybe finally fix Windows builds
This commit is contained in:
parent
8ef1c6e1c3
commit
1d7d3c39d2
@ -83,7 +83,7 @@ char *g_strconcat(const char *first, ...) {
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _WIN32
|
||||||
int vasprintf(char **ret, const char *format, va_list ap) {
|
int vasprintf(char **ret, const char *format, va_list ap) {
|
||||||
int len;
|
int len;
|
||||||
int retval;
|
int retval;
|
||||||
|
Loading…
Reference in New Issue
Block a user