diff options
author | Adam <Adam@anope.org> | 2014-04-12 21:46:19 -0400 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-04-13 16:07:58 +0200 |
commit | 88dccdd5f04e9244323de0eb197590ab8e7292fd (patch) | |
tree | 27a9d4e71ebec0a58072ce68a90ba0d295ae4d14 /win | |
parent | 6d075c9c2ba9c71223c51357751cbead87fb71d3 (diff) |
Change Windows libraries to be dynamically linked
Diffstat (limited to 'win')
-rw-r--r-- | win/inspircd_win32wrapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |