Changeset 1075:4c5ea5d1cd5b in roaraudio


Ignore:
Timestamp:
12/28/08 18:03:51 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

disable yet another set of header files

Location:
include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r902 r1075  
    4343 
    4444#include <fcntl.h> 
     45#ifndef ROAR_TARGET_WIN32 
    4546#include <sys/socket.h> 
    4647#include <netinet/in_systm.h> 
     
    4849#include <netinet/ip.h> 
    4950#include <sys/uio.h> 
     51#endif 
    5052#ifdef ROAR_HAVE_LIBDNET 
    5153#include <netdnet/dn.h> 
  • include/roaraudio.h

    r1074 r1075  
    4141#include <sys/types.h> 
    4242#include <limits.h> 
     43#ifndef ROAR_TARGET_WIN32 
    4344#include <sys/mman.h> 
     45#endif 
    4446 
    4547// TODO: can we move the next block into roard specific includes? 
Note: See TracChangeset for help on using the changeset viewer.