put windows poll in the global namespace, not ix namespace

This commit is contained in:
Benjamin Sergeant 2019-08-22 11:27:50 -07:00
parent f18f04c0ee
commit 8eb0d0b7c3

View File

@ -34,7 +34,9 @@ namespace ix
return true;
#endif
}
}
// This function should be in the global namespace
#ifdef _WIN32
//
// That function could 'return WSAPoll(pfd, nfds, timeout);'
@ -107,4 +109,3 @@ namespace ix
return ret;
}
#endif
}