summaryrefslogtreecommitdiff
path: root/win/inspircd_win32wrapper.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-04-12 21:46:19 -0400
committerAttila Molnar <attilamolnar@hush.com>2014-04-13 16:07:58 +0200
commit88dccdd5f04e9244323de0eb197590ab8e7292fd (patch)
tree27a9d4e71ebec0a58072ce68a90ba0d295ae4d14 /win/inspircd_win32wrapper.h
parent6d075c9c2ba9c71223c51357751cbead87fb71d3 (diff)
Change Windows libraries to be dynamically linked
Diffstat (limited to 'win/inspircd_win32wrapper.h')
-rw-r--r--win/inspircd_win32wrapper.h2
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);