mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
Fix program_invocation_short_name on Cygwin
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user