wsockd: further win32 fixes
This commit is contained in:
parent
370528047c
commit
2d89c9ffc1
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ typedef struct _conn
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
char *
|
char *
|
||||||
strcasestr(const char *s, *find)
|
strcasestr(const char *s, const char *find)
|
||||||
{
|
{
|
||||||
char c, sc;
|
char c, sc;
|
||||||
size_t len;
|
size_t len;
|
||||||
|
|
Loading…
Reference in a new issue