Usermode/AxWin4 - Screen dimensions acquisition, speedup, window render
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / main.cpp
index a15774e..1b64da4 100644 (file)
@@ -111,7 +111,7 @@ int main(int argc, char *argv[])
                        timeoutp = &timeout;
                }
                else {
-                       ::_SysDebug("Calling select with no timeout");
+                       //::_SysDebug("Calling select with no timeout");
                        timeoutp = 0;
                }
                int rv = ::_SysSelect(nfd, &rfds, NULL, NULL/*&efds*/, timeoutp, 0);

UCC git Repository :: git.ucc.asn.au