From: foobar Date: Sun, 9 Feb 2003 23:30:08 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.2RC1~285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7e4606a73015762eef097e7a0cc51f25206355a;p=php MFH --- diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c index ee05018efb..5506458f85 100644 --- a/sapi/nsapi/nsapi.c +++ b/sapi/nsapi/nsapi.c @@ -38,11 +38,11 @@ * Ideally, this should be done by the configure script. */ #if !defined(XP_UNIX) && !defined(XP_WIN32) - #if defined(WIN32) - #define XP_WIN32 - #else - #define XP_UNIX - #endif +#if defined(WIN32) +#define XP_WIN32 +#else +#define XP_UNIX +#endif #endif /* @@ -73,7 +73,7 @@ * ZTS needs to be defined for NSAPI to work */ #if !defined(ZTS) - #error "NSAPI module needs ZTS to be defined" +#error "NSAPI module needs ZTS to be defined" #endif /*