diff options
author | Martin Szulecki | 2013-02-17 20:53:07 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-02-17 20:53:07 +0100 |
commit | 99153c2246d18836d902761ce92d99596c16964a (patch) | |
tree | 1ded7b1ee16a9ee317286265530952b325bcc483 | |
parent | cd64e028647552569a45bc8713349238fcd3e709 (diff) | |
download | csoap-99153c2246d18836d902761ce92d99596c16964a.tar.gz csoap-99153c2246d18836d902761ce92d99596c16964a.tar.bz2 |
Remove redefinition for errno which breaks compilation for WIN32
-rw-r--r-- | nanohttp/nanohttp-socket.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nanohttp/nanohttp-socket.c b/nanohttp/nanohttp-socket.c index 693b0cb..b7ae905 100644 --- a/nanohttp/nanohttp-socket.c +++ b/nanohttp/nanohttp-socket.c @@ -79,9 +79,6 @@ typedef int ssize_t; #endif -#undef errno -#define errno WSAGetLastError() - #endif #include "nanohttp-error.h" |