wsockd: further win32 fixes

This commit is contained in:
William Pitcock 2016-04-02 18:28:53 -05:00
parent 370528047c
commit 2d89c9ffc1

View file

@ -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;