From 47c2b74d244f9351e4306853a80687a330380d92 Mon Sep 17 00:00:00 2001 From: Nishi Date: Mon, 14 Oct 2024 18:27:39 +0000 Subject: [PATCH] trying to add nextstep support git-svn-id: file:///raid/svn-personal/tewi/trunk@344 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Server/strptime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/strptime.c b/Server/strptime.c index c51ec26..3148cc5 100644 --- a/Server/strptime.c +++ b/Server/strptime.c @@ -469,7 +469,7 @@ recurse: bp = NULL; continue; } -#if defined(_WIN32) || defined(__OS2__) +#if defined(_WIN32) || defined(__OS2__) || defined(__NeXT__) #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__NeXT__) if (1) #else -- 2.45.2