+2006-05-12 Bruno Haible <bruno@clisp.org>
+
+ * mkdtemp.c [MINGW]: Include <io.h>.
+ (mkdir): Define using _mkdir.
+
2006-05-11 Bruno Haible <bruno@clisp.org>
* Makefile.am (libgettextlib_la_SOURCES, libgettextlib_la_LDFLAGS):
#endif
#ifdef __MINGW32__
-/* mingw's mkdir() function has 1 argument, but we pass 2 arguments.
+# 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)
+# define mkdir ((int (*)()) _mkdir)
#endif
#if !_LIBC
+2006-05-12 Bruno Haible <bruno@clisp.org>
+
+ * write-csharp.c [MINGW]: Include <io.h>.
+ (mkdir): Define using _mkdir.
+ * write-java.c [MINGW]: Include <io.h>.
+ (mkdir): Define using _mkdir.
+
2006-05-11 Bruno Haible <bruno@clisp.org>
* gettext-po.h.in: Renamed from gettext-po.h.
#endif
#ifdef __MINGW32__
-/* mingw's mkdir() function has 1 argument, but we pass 2 arguments.
+# 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)
+# define mkdir ((int (*)()) _mkdir)
#endif
#include "c-ctype.h"
#endif
#ifdef __MINGW32__
-/* mingw's mkdir() function has 1 argument, but we pass 2 arguments.
+# 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)
+# define mkdir ((int (*)()) _mkdir)
#endif
#include "c-ctype.h"