mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Fix program_invocation_short_name on Cygwin
This commit is contained in:
parent
0b6809be82
commit
d0d3060223
@ -10,10 +10,6 @@
|
||||
#include <getopt.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
|
||||
extern char *program_invocation_short_name;
|
||||
#endif
|
||||
|
||||
/* string functions */
|
||||
|
||||
void *g_memdup(const void *src, size_t len) {
|
||||
|
Loading…
Reference in New Issue
Block a user