mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-24 03:02:50 +02:00
15 lines
333 B
Text
15 lines
333 B
Text
//
|
|
// Prefix header for all source files of the 'MacGap' target in the 'MacGap' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#ifdef _DEBUG
|
|
#define DebugNSLog(format, ...) NSLog(format, ## __VA_ARGS__)
|
|
#else
|
|
#define DebugNSLog(format, ...)
|
|
#endif
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
#import "Constants.h"
|
|
#import "Utils.h"
|
|
#endif
|