[ros-diffs] [cwittich] 32565: msvc compat fix

cwittich at svn.reactos.org cwittich at svn.reactos.org
Sun Mar 9 12:33:57 CET 2008


Author: cwittich
Date: Wed Mar  5 09:02:02 2008
New Revision: 32565

URL: http://svn.reactos.org/svn/reactos?rev=3D32565&view=3Drev
Log:
msvc compat fix

Modified:
    trunk/reactos/include/reactos/wine/config.h

Modified: trunk/reactos/include/reactos/wine/config.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/=
config.h?rev=3D32565&r1=3D32564&r2=3D32565&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/reactos/include/reactos/wine/config.h (original)
+++ trunk/reactos/include/reactos/wine/config.h Wed Mar  5 09:02:02 2008
@@ -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 */




More information about the Ros-diffs mailing list