msvc compat fix
authorChristoph von Wittich <christoph_vw@reactos.org>
Wed, 5 Mar 2008 08:02:02 +0000 (08:02 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Wed, 5 Mar 2008 08:02:02 +0000 (08:02 +0000)
svn path=/trunk/; revision=32565

reactos/include/reactos/wine/config.h

index 978dbd5..d90ea50 100644 (file)
 #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 */