This commit is contained in:
Nishi 2024-11-30 01:57:27 +09:00
parent ccd49a40b9
commit 7ba7dad7c1
No known key found for this signature in database
GPG Key ID: BAEA61502BFD1F1C

View File

@ -43,7 +43,7 @@ extern unsigned long windowColor;
/* Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore) */
#if defined __QNX__ || (defined(sco) && !defined(sco_os5)) || defined(__NetBSD__)
#if defined __QNX__ || (defined(sco) && !defined(sco_os5)) || defined(__NetBSD__) || defined(__linux__)
#define index strchr
#else
extern char *index();