+2007-05-13 Bruno Haible <bruno@clisp.org>
+
+ * write-java.c (mkdir): Remove definition. Now done by gnulib.
+ * write-csharp.c (mkdir): Remove definition. Now done by gnulib.
+
2007-05-13 Bruno Haible <bruno@clisp.org>
* msgl-check.c: Include stdio.h instead of vasprintf.h.
# define S_IXOTH (S_IXUSR >> 6)
#endif
-#ifdef __MINGW32__
-# include <io.h>
-/* mingw's _mkdir() function has 1 argument, but we pass 2 arguments.
- Therefore we have to disable the argument count checking. */
-# define mkdir ((int (*)()) _mkdir)
-#endif
-
#include "c-ctype.h"
#include "relocatable.h"
#include "error.h"
# define S_IXUSR 00100
#endif
-#ifdef __MINGW32__
-# include <io.h>
-/* mingw's _mkdir() function has 1 argument, but we pass 2 arguments.
- Therefore we have to disable the argument count checking. */
-# define mkdir ((int (*)()) _mkdir)
-#endif
-
#include "c-ctype.h"
#include "error.h"
#include "xerror.h"