summaryrefslogtreecommitdiff
path: root/ext/installfiles/mac/mac-ui-macgap1-wrapper/src/MacGap/MacGap-Prefix.pch
blob: ad05e84209e3b1b83bce7f838e68f3bc95022b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// 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