0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 10:08:36 +02:00

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
char *
strcasestr(const char *s, *find)
strcasestr(const char *s, const char *find)
{
char c, sc;
size_t len;