Another attempted Cygwin fix

This commit is contained in:
Evan Miller
2020-08-05 09:22:26 -04:00
parent 7dcb42eae3
commit f1af742ecf
2 changed files with 7 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ typedef struct GOptionContext {
#define g_free free
#define g_realloc realloc
#if defined _WIN32 || defined __CYGWIN__
#if defined _WIN32
#define g_strdup _strdup
#else
#define g_strdup strdup