|
, IDD_HNAME, " ");
time(&now); time(&last_time);
while (last_time + timeout > now) {
time(&now);
tmp
= sizeof(local);
do
{
;
}
while (ShoutBlockingHook()); /* Dispatch messages while available */
if
(run_cancelled) {
WSASetLastError(WSAEINTR);
break; /*
Non-blocking mode was cancelled */
}
  |