13
0

waves/coreaudio PPC support

This commit is contained in:
Robin Gareus 2014-11-17 09:07:39 +01:00
parent dc2de0126a
commit 02d735ff00

View File

@ -63,7 +63,7 @@
#define WIN_ONLY(__Something_only_for_windows__)
#define MAC_ONLY(__Something_only_for_mac__) __Something_only_for_mac__
#if defined(i386) || defined(__i386) || defined(__i386__)
#if defined(i386) || defined(__i386) || defined(__i386__) || defined (__ppc__)
#define kNumArchBits 32
#endif
#if defined(__x86_64) || defined(__x86_64__)