From 88dccdd5f04e9244323de0eb197590ab8e7292fd Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 12 Apr 2014 21:46:19 -0400 Subject: Change Windows libraries to be dynamically linked --- win/inspircd_win32wrapper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win/inspircd_win32wrapper.h') diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 75404ef8b..be437d4a3 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -78,6 +78,8 @@ #define strcasecmp _stricmp #define strncasecmp _strnicmp +typedef int ssize_t; + /* Convert formatted (xxx.xxx.xxx.xxx) string to in_addr struct */ CoreExport int insp_inet_pton(int af, const char * src, void * dst); -- cgit v1.2.3