diff options
Diffstat (limited to 'Mac/Modules/macspeechmodule.c')
-rw-r--r-- | Mac/Modules/macspeechmodule.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/Modules/macspeechmodule.c b/Mac/Modules/macspeechmodule.c index d0ee465..accb7b2 100644 --- a/Mac/Modules/macspeechmodule.c +++ b/Mac/Modules/macspeechmodule.c @@ -29,9 +29,14 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "Speech.h" #ifdef __MWERKS__ +#define OLDP2C 1 #include <TextUtils.h> +#ifndef c2pstr #define c2pstr C2PStr +#endif +#ifndef p2cstr #define p2cstr P2CStr +#endif #else #include "pascal.h" #endif /* __MWERKS__ */ |