diff --git a/src/proxy.h b/src/proxy.h index ee70539..1cbc125 100644 --- a/src/proxy.h +++ b/src/proxy.h @@ -121,8 +121,12 @@ void daemonize(void); #endif #ifdef _WIN32 +#ifndef strcasecmp #define strcasecmp stricmp +#endif +#ifndef strncasecmp #define strncasecmp strnicmp +#endif #define seterrno3(x) _set_errno(x) #else #define seterrno3(x) (errno = x)