Changeset 1422:b6ddb4eae6cd in roaraudio


Ignore:
Timestamp:
03/26/09 17:52:23 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use ROAR_TARGET_MICROCONTROLLER in cases I allready know they conflict

Location:
include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r1418 r1422  
    5050#include <fcntl.h> 
    5151 
    52 #ifndef ROAR_TARGET_WIN32 
     52#if !defined(ROAR_TARGET_WIN32) && !defined(ROAR_TARGET_MICROCONTROLLER) 
    5353#include <signal.h> 
    5454#endif 
  • include/roaraudio.h

    r1375 r1422  
    5050#include <sys/types.h> 
    5151#include <limits.h> 
    52 #ifndef ROAR_TARGET_WIN32 
     52#if !defined(ROAR_TARGET_WIN32) && !defined(ROAR_TARGET_MICROCONTROLLER) 
    5353#include <sys/mman.h> 
    5454#endif 
    5555 
    5656// TODO: can we move the next block into roard specific includes? 
    57 #ifndef ROAR_TARGET_WIN32 
     57#if !defined(ROAR_TARGET_WIN32) && !defined(ROAR_TARGET_MICROCONTROLLER) 
    5858#include <grp.h> 
    5959#include <pwd.h> 
Note: See TracChangeset for help on using the changeset viewer.