mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Modernize includes
This commit is contained in:
parent
15d4100244
commit
b2d71c4ea6
|
@ -63,14 +63,6 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include the regular ConditionalMacros.h too, since it has useful stuff that
|
|
||||||
// TargetConditionals.h lacks for some reason.
|
|
||||||
#if CoreAudio_Use_Framework_Includes
|
|
||||||
#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/ConditionalMacros.h>
|
|
||||||
#else
|
|
||||||
#include "ConditionalMacros.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef TARGET_CPU_PPC_ANY
|
#ifndef TARGET_CPU_PPC_ANY
|
||||||
#define TARGET_CPU_PPC_ANY (TARGET_CPU_PPC || TARGET_CPU_PPC64)
|
#define TARGET_CPU_PPC_ANY (TARGET_CPU_PPC || TARGET_CPU_PPC64)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user