dirent.h

Dimitrie O. Paun dpaun at rogers.com
Thu Jan 9 17:21:22 CST 2003


In the spirit of unistd.h... (again, to be able to switch between
msvcrt and glibc)

ChangeLog
  Add dirent.h header for Unix/mingw compatibility.

Index: include/Makefile.in
===================================================================
RCS file: /var/cvs/wine/include/Makefile.in,v
retrieving revision 1.79
diff -u -r1.79 Makefile.in
--- include/Makefile.in	9 Jan 2003 01:09:16 -0000	1.79
+++ include/Makefile.in	9 Jan 2003 21:40:06 -0000
@@ -173,6 +173,7 @@
 	msvcrt/crtdbg.h \
 	msvcrt/ctype.h \
 	msvcrt/direct.h \
+	msvcrt/dirent.h \
 	msvcrt/dos.h \
 	msvcrt/eh.h \
 	msvcrt/errno.h \
--- /dev/null	2002-08-30 19:31:37.000000000 -0400
+++ include/msvcrt/dirent.h	2003-01-09 17:42:07.000000000 -0500
@@ -0,0 +1,129 @@
+#include <direct.h>


-- 
Dimi.




More information about the wine-patches mailing list