Changeset 3056:115aae09543d in roaraudio


Ignore:
Timestamp:
12/11/09 16:09:03 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use the test macro for signal.h

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r2981 r3056  
    5050#endif 
    5151 
    52 #if !defined(ROAR_TARGET_WIN32) && !defined(ROAR_TARGET_MICROCONTROLLER) 
     52#ifdef ROAR_HAVE_H_SIGNAL 
    5353#include <signal.h> 
    5454#endif 
  • roard/include/roard.h

    r3039 r3056  
    3737#include <ctype.h> 
    3838 
    39 #ifndef ROAR_TARGET_MICROCONTROLLER 
     39#ifdef ROAR_HAVE_H_SIGNAL 
    4040#include <signal.h> 
    4141#endif 
Note: See TracChangeset for help on using the changeset viewer.