00001 00013 #ifndef COCONUT_SYSDEP_H_INCLUDED 00014 #define COCONUT_SYSDEP_H_INCLUDED 00015 00016 #ifdef __APPLE__ 00017 # include <Foundation/Foundation.h> 00018 #else /* __APPLE__ */ 00019 # include <Cacao/Cacao.h> 00020 #endif /* __APPLE__ */ 00021 00022 #endif /* COCONUT_SYSDEP_H_INCLUDED */ 00023