Changeset 2764:306e6068d475 in roaraudio


Ignore:
Timestamp:
09/23/09 01:37:59 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

do try to set non-blocking on win32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r2747 r2764  
    490490  return 0; 
    491491 } else { 
     492#ifndef ROAR_TARGET_WIN32 
    492493  if ( roar_socket_nonblock(fh, ROAR_SOCKET_NONBLOCK) == -1 ) 
    493494   return -1; 
     495#endif 
    494496 
    495497  ss->ready = 1; 
Note: See TracChangeset for help on using the changeset viewer.