diff options
Diffstat (limited to 'slirp.h')
-rw-r--r-- | slirp.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -347,9 +347,4 @@ struct tcpcb *tcp_drop(struct tcpcb *tp, int err); #define max(x, y) ((x) > (y) ? (x) : (y)) #endif -#ifdef _WIN32 -#undef errno -#define errno (WSAGetLastError()) -#endif - #endif |