diff src/sysfile.h @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents c5d627a313b1
children 8e84bee8ddd0
line wrap: on
line diff
--- a/src/sysfile.h	Mon Aug 13 10:35:07 2007 +0200
+++ b/src/sysfile.h	Mon Aug 13 10:35:54 2007 +0200
@@ -52,23 +52,9 @@
 
 #ifdef WINDOWSNT
 #include <io.h>
+#include <direct.h>
 #endif
 
-#if 0
-#ifdef WINDOWSNT
-#include <windows.h>
-#include <stdlib.h>	/* for proper declaration of environ */
-#include <fcntl.h>
-#include "nt.h"
-#define _P_NOWAIT 1	/* from process.h */
-#endif
-#endif
-
-#ifdef MSDOS
-#include <dos.h>
-#include "msdos.h"
-#endif /* MSDOS */
-
 #ifndef O_RDONLY
 #define O_RDONLY 0
 #endif