diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-03-04 20:21:45 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-03-04 20:21:45 +0100 |
commit | 08ea4d3e2a6f438d80a56ba5961f7afa6dddcd42 (patch) | |
tree | fc47668dddfcd4d02fafb1174a3d5a025066ec58 /win | |
parent | e0e1becc2f9129203966e69b2919582c11ab86f7 (diff) |
Remove DISABLE_WRITEV and StreamSocket code for platforms lacking writev() support
Diffstat (limited to 'win')
-rw-r--r-- | win/inspircd_win32wrapper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 013d4d154..2218d9300 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -199,8 +199,6 @@ CoreExport void closedir(DIR * handle); void * ::operator new(size_t iSize); void ::operator delete(void * ptr); -#define DISABLE_WRITEV - #include <exception> class CWin32Exception : public std::exception |