Changeset 1093:3567d6d2fa25 in roaraudio for libroar/socket.c


Ignore:
Timestamp:
12/28/08 21:04:24 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

disbale fork, sockets (sockpair) and kill on win32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/socket.c

    r1090 r1093  
    600600 
    601601int roar_socket_open_fork  (int mode, char * host, int port) { 
     602#ifndef ROAR_TARGET_WIN32 
    602603 int socks[2]; 
    603604 int r; 
     
    638639 
    639640 return -1; 
     641#else 
     642 ROAR_ERR("roar_socket_open_fork(*): There is no UNIX Domain Socket support in win32, download a real OS."); 
     643 return -1; 
     644#endif 
    640645} 
    641646 
Note: See TracChangeset for help on using the changeset viewer.