[inseparable changes from match from perl-5.003_97 to perl-5.003_97a]
[p5sagit/p5-mst-13.2.git] / win32 / win32.h
index 7d252f7..31dfde0 100644 (file)
@@ -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 */