Changeset 1074:f91e0087fb5e in roaraudio


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

read config.h early, added another ifdef

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio.h

    r1073 r1074  
    2929#define _ROARAUDIO_H_ 
    3030 
     31#include <roaraudio/config.h> 
    3132#include <roaraudio/win32hacks.h> // we include this at the beginning of the file 
    3233                                  // so we can define well known standard types known to everyone 
     
    4344 
    4445// TODO: can we move the next block into roard specific includes? 
     46#ifndef ROAR_TARGET_WIN32 
    4547#include <grp.h> 
    4648#include <pwd.h> 
    4749#include <sys/stat.h> 
     50#endif 
    4851 
    4952#ifdef ROAR_TARGET_WIN32 
     
    6265#endif 
    6366 
     67#ifndef ROAR_TARGET_WIN32 
    6468#include <netdb.h> 
    65  
    66 #include <roaraudio/config.h> 
     69#endif 
    6770 
    6871// NOTE: we need this macro in some of our header files. 
Note: See TracChangeset for help on using the changeset viewer.