// // Prefix header for all source files of the 'pithos-macos' target in the 'pithos-macos' project // #ifdef __OBJC__ #import #endif #ifndef DEBUG_PITHOS #define DEBUG_PITHOS 0 #endif #if DEBUG_PITHOS #define DLog(fmt, ...) NSLog(@"%s: " fmt, __PRETTY_FUNCTION__, ##__VA_ARGS__) #else #define DLog(...) #endif