From: Pierre Joye Date: Sat, 5 Jul 2008 18:51:17 +0000 (+0000) Subject: - MFH: don't redefine WINDOWS and pid_t X-Git-Tag: php-5.3.0alpha1~498 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5627ff52f0cd3036b8e791d0b4b145aea84f317e;p=php - MFH: don't redefine WINDOWS and pid_t --- diff --git a/main/win95nt.h b/main/win95nt.h index 695d1eb2d5..ee824025b7 100644 --- a/main/win95nt.h +++ b/main/win95nt.h @@ -74,7 +74,10 @@ typedef long pid_t; #endif /* General Windows stuff */ -#define WINDOWS 1 +#ifndef WINDOWS +# define WINDOWS 1 +#endif + /* Prevent use of VC5 OpenFile function */ #define NOOPENFILE