* ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
instead of '_mkdir'.
+2013-03-25 Yao Qi <yao@codesourcery.com>
+
+ * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
+ instead of '_mkdir'.
+
2013-03-23 Eli Zaretskii <eliz@gnu.org>
* windows-nat.c (windows_get_absolute_argv0): New function.
}
#ifdef USE_WIN32API
-#define mkdir(pathname, mode) _mkdir (pathname)
+#undef mkdir
+#define mkdir(pathname, mode) mkdir (pathname)
#endif
/* This is the implementation of trace_file_write_ops method