mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
git-svn-id: https://zxing.googlecode.com/svn/trunk@2313 59b500cc-1b3d-0410-9834-0bbf25fbcc57
24 lines
421 B
Plaintext
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
|