]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
undefine select as well in win32
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 Dec 2013 20:52:15 +0000 (21:52 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 Dec 2013 20:52:15 +0000 (21:52 +0100)
lib/system.c

index 42ccd1f1568972564589f9e6e4605b87e7a040cb..4aacb32d08192d8956054edc2fae52be939db584 100644 (file)
@@ -64,6 +64,7 @@ static HMODULE Crypt32_dll;
  */
 #undef send
 #undef recv
+#undef select
 
 int system_errno(gnutls_transport_ptr p)
 {