Redland_Prefix.pch 333 B

123456789101112131415
  1. //
  2. // Prefix header for all source files of the 'Redland' target in the 'Redland' project.
  3. //
  4. #ifdef __OBJC__
  5. # import <Foundation/Foundation.h>
  6. # import <Redland/redland.h>
  7. #endif
  8. #ifdef DEBUG
  9. # define DLog(fmt, ...) NSLog((@"%s (line %d) " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)
  10. #else
  11. # define DLog(...)
  12. #endif