changeset 179:6803aba19dae

Don't include this file on unix.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 01 Dec 2002 16:21:21 +0000
parents 770da0fc4c0d
children 4207e64d4689
files platform/dirent.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/platform/dirent.h	Sun Dec 01 16:19:53 2002 +0000
+++ b/platform/dirent.h	Sun Dec 01 16:21:21 2002 +0000
@@ -1,3 +1,6 @@
+#ifdef __UNIX__
+#include <dirent.h>
+#else
 #ifndef __DIRENT_H__
 #define __DIRENT_H__
 
@@ -70,3 +73,4 @@
 #endif
 
 #endif
+#endif