1
0
Fork 0

Compile xmlgrep with MSVC 7.1

This commit is contained in:
fredb 2009-05-07 20:25:27 +00:00 committed by Tim Moore
parent e47406b803
commit 4e7fde12b3

View file

@ -5,12 +5,13 @@
#include <string.h>
#ifndef _MSC_VER
# include <strings.h>
# include <unistd.h> /* read */
#else
# define strncasecmp strnicmp
# include <stdlib.h>
# include <io.h>
#endif
#include <assert.h>
#include <unistd.h> /* read */
#include <sys/stat.h> /* fstat */
#include <fcntl.h> /* open */