|
From: Ben S. <non...@us...> - 2002-01-04 06:08:28
|
nonchocoboy 2002/01/03 22:08:27 PST
Modified files:
. xdl.h
test Makefile lookup_test.cpp
Added files:
. dirlist.h
test dirlist_test.cpp
win32 dirent.c dirent.h
Log:
- xdl.h will now compile on winNT
- added dirlist function to list directory contents. win32 implementation
relies on the dirent POSIX wrapper
Revision Changes Path
1.2 +6 -5 xdl/xdl.h
1.2 +18 -1 xdl/test/Makefile
1.2 +2 -0 xdl/test/lookup_test.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/xdl/xdl.h.diff?r1=1.1&r2=1.2
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/xdl/test/Makefile.diff?r1=1.1&r2=1.2
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/xdl/test/lookup_test.cpp.diff?r1=1.1&r2=1.2
|