zxing/objc/examples/osx/demo/demo/demo-Prefix.pch
smparkes@smparkes.net 57b62766c6 new project files for cpp and objc, new sample apps for objc
git-svn-id: https://zxing.googlecode.com/svn/trunk@2313 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-20 02:39:31 +00:00

24 lines
421 B
Plaintext

//
// Prefix header for all source files of the 'demo' target in the 'demo' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
#ifndef __DEBUG_LOGGING__
#define __DEBUG_LOGGING__
#endif
#ifdef __DEBUG_LOGGING_CAPTURE__
#undef __DEBUG_LOGGING_CAPTURE__
#endif
#ifdef __SHOW_OVERLAY_LAYER__
#undef __SHOW_OVERLAY_LAYER__
#endif
#ifndef __SEE_INTERMEDIATE_LAYERS__
#define __SEE_INTERMEDIATE_LAYERS__
#endif