helly Tue Nov 12 08:11:37 2002 EDT Modified files: /php4/ext/dbase dbf_rec.c Log: fix windows warning: not needed here Index: php4/ext/dbase/dbf_rec.c diff -u php4/ext/dbase/dbf_rec.c:1.5 php4/ext/dbase/dbf_rec.c:1.6 --- php4/ext/dbase/dbf_rec.c:1.5 Mon Mar 4 19:28:07 2002 +++ php4/ext/dbase/dbf_rec.c Tue Nov 12 08:11:37 2002 @@ -4,10 +4,6 @@ * All Rights Reserved */ -#ifdef PHP_WIN32 -#include "ext/standard/flock_compat.h" -#endif - #include <stdio.h> #include <fcntl.h>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php