put windows poll in the global namespace, not ix namespace
This commit is contained in:
parent
93debc00dc
commit
ac60ec4320
@ -34,7 +34,9 @@ namespace ix
|
|||||||
return true;
|
return true;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// This function should be in the global namespace
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
//
|
//
|
||||||
// That function could 'return WSAPoll(pfd, nfds, timeout);'
|
// That function could 'return WSAPoll(pfd, nfds, timeout);'
|
||||||
@ -107,4 +109,3 @@ namespace ix
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user