13 lines
209 B
Plaintext
13 lines
209 B
Plaintext
/* Override the -DSM_PCH=TRUE temporarily. */
|
|
#undef SM_PCH
|
|
#define SM_PCH FALSE
|
|
|
|
// Only do this for c++ files.
|
|
#ifdef __cplusplus
|
|
# include "global.h"
|
|
#endif
|
|
|
|
#ifdef __OBJC__
|
|
# import <Cocoa/Cocoa.h>
|
|
#endif
|