mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-07-15 10:01:48 +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 <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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user