msvc compat fix

svn path=/trunk/; revision=32565
This commit is contained in:
Christoph von Wittich 2008-03-05 08:02:02 +00:00
parent 93f970da42
commit d3ea26544a

View file

@ -441,7 +441,9 @@
#define HAVE_PCLOSE 1
/* Define to 1 if the system has the type `pid_t'. */
#if !defined(_MSC_VER)
#define HAVE_PID_T 1
#endif
/* Define to 1 if you have the <poll.h> header file. */
/* #undef HAVE_POLL_H */