USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERS
This commit is contained in:
parent
efaada75e4
commit
5e302dbfdf
|
@ -5,6 +5,6 @@
|
|||
#define USE_GUSI /* Stdio implemented with GUSI */
|
||||
#define USE_MSL /* Use MSL libraries */
|
||||
#ifdef USE_MSL
|
||||
#define USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
|
||||
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
|
||||
#include <ansi_prefix.mac.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue