From d3ea26544a06ac3abf5d3fbd6b3dd778aac2f09f Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Wed, 5 Mar 2008 08:02:02 +0000 Subject: [PATCH] msvc compat fix svn path=/trunk/; revision=32565 --- reactos/include/reactos/wine/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/reactos/wine/config.h b/reactos/include/reactos/wine/config.h index 978dbd5bb24..d90ea50eb91 100644 --- a/reactos/include/reactos/wine/config.h +++ b/reactos/include/reactos/wine/config.h @@ -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 header file. */ /* #undef HAVE_POLL_H */