public: fix build on Windows

stristr doesn't exist actually
This commit is contained in:
Alibek Omarov
2024-05-03 15:30:39 +03:00
parent b0704ca5d6
commit b78e9961c6
3 changed files with 4 additions and 10 deletions

View File

@@ -318,7 +318,7 @@ const char* Q_timestamp( int format )
return timestamp;
}
#if !HAVE_STRCASESTR && !HAVE_STRISTR
#if !HAVE_STRCASESTR
char *Q_stristr( const char *string, const char *string2 )
{
int c;