summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 7d252f78e5..31dfde05f2 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -52,15 +52,6 @@ extern FILE *myfdopen(int, char *);
#define OP_BINARY _O_BINARY /* Mistake in in pp_sys.c. */
-#undef mkdir
-#define mkdir(nm, md) _mkdir(nm) /* For UNIX compatibility. */
-
-#undef chdir
-#define chdir(nm) _chdir(nm)
-
-#undef rmdir
-#define rmdir(nm) _rmdir(nm)
-
#undef pipe
#define pipe(fd) win32_pipe((fd), 512, _O_BINARY) /* the pipe call is a bit different */