From 8c596d13946f08e809f3694450d744ece59c1cc0 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 9 Feb 2003 23:29:56 +0000 Subject: [PATCH] Some compilers puke on these.. --- sapi/nsapi/nsapi.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 /* -- 2.40.0