From: Nikos Mavrogiannopoulos Date: Sat, 21 Dec 2013 20:52:15 +0000 (+0100) Subject: undefine select as well in win32 X-Git-Tag: gnutls_3_3_0pre0~412 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a310a8b93dfa4926298fa615fcbdde76392bb701;p=thirdparty%2Fgnutls.git undefine select as well in win32 --- diff --git a/lib/system.c b/lib/system.c index 42ccd1f156..4aacb32d08 100644 --- a/lib/system.c +++ b/lib/system.c @@ -64,6 +64,7 @@ static HMODULE Crypt32_dll; */ #undef send #undef recv +#undef select int system_errno(gnutls_transport_ptr p) {