1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/* osxsupport.h - Cocoa glue to emulated deprecated old Carbon path finder functions */ #ifndef _OSXSUPPORT_H_ #define _OSXSUPPORT_H_ #ifdef __cplusplus extern "C" { #endif char *FindPrefsDir(void); #ifdef __cplusplus } #endif #endif