]> Nishi Git Mirror - tewi.git/commitdiff
fix strptime
authorNishi <nishi@nishi.boats>
Thu, 17 Oct 2024 10:25:06 +0000 (10:25 +0000)
committerNishi <nishi@nishi.boats>
Thu, 17 Oct 2024 10:25:06 +0000 (10:25 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@381 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/strptime.c

index bb4dd473d948b9b238eceb8ade507fb7f3b96d86..10954c60a504a7616c09b4c766932a9bca037eb6 100644 (file)
@@ -35,7 +35,7 @@
 //#include <sys/cdefs.h>
 //__RCSID("$NetBSD: strptime.c,v 1.62 2017/08/24 01:01:09 ginsbach Exp $");
 
-#if defined(__MINGW32__) || defined(_MSC_VER || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__NeXT__) || defined(__bsdi__)
+#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__NeXT__) || defined(__bsdi__)
 
 #include <stdlib.h>
 #include <ctype.h>