diff options
Diffstat (limited to 'src/strgen')
-rw-r--r-- | src/strgen/strgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strgen/strgen.c b/src/strgen/strgen.c index 1726750f5..640ac3c63 100644 --- a/src/strgen/strgen.c +++ b/src/strgen/strgen.c @@ -1271,7 +1271,7 @@ static inline char *mkpath(char *buf, size_t buflen, const char *path, const cha return buf; } -#if defined(__MINGW32__) || defined(__CYGWIN__) +#if defined(__MINGW32__) /** * On MingW, it is common that both / as \ are accepted in the * params. To go with those flow, we rewrite all incoming / |