diff --git a/ixwebsocket/IXNetSystem.cpp b/ixwebsocket/IXNetSystem.cpp index 768365db..e9e43f88 100644 --- a/ixwebsocket/IXNetSystem.cpp +++ b/ixwebsocket/IXNetSystem.cpp @@ -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 -}