]> git.ipfire.org Git - thirdparty/sarg.git/commit - html.c
mkdir is really a mess on MinGW
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 5 Mar 2015 14:26:52 +0000 (15:26 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 5 Mar 2015 14:26:52 +0000 (15:26 +0100)
commit7a9d0965d388bfd1246bfb2518d87b47a755dde0
tree7b57688e4c89410f1bedc24f4df9798402f91f60
parent9c1a94f606588daae1572246f58d08038f4c261a
mkdir is really a mess on MinGW

mkdir with one argument produces an error as the macro requires two
arguments. I couldn't find which macro it is!

mkdir with two arguments doesn't work as _mkdir isn't defined without
direct.h.

_mkdir isn't defined without direct.h and direct.h cannot be included
unless NO_OLDNAMES is defined to mask the mkdir macro which conflict with
the definition in io.h.
CMakeLists.txt
html.c
include/config.h.in
include/defs.h
index.c
util.c