mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
public: fix build on Windows
stristr doesn't exist actually
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user