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