123456789101112131415 |
- //
- // Prefix header for all source files of the 'Redland' target in the 'Redland' project.
- //
- #ifdef __OBJC__
- # import <Foundation/Foundation.h>
- # import <Redland/redland.h>
- #endif
- #ifdef DEBUG
- # define DLog(fmt, ...) NSLog((@"%s (line %d) " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)
- #else
- # define DLog(...)
- #endif
|