From 0112dbebebb521254d2935fb4980a16bce97d32f Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 11 Aug 2004 04:04:25 +0000 Subject: "" svn path=/trunk/; revision=1937 --- externals/grill/flext/source/flstdc.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'externals/grill/flext/source/flstdc.h') diff --git a/externals/grill/flext/source/flstdc.h b/externals/grill/flext/source/flstdc.h index 92ea3fe8..5f503f1f 100644 --- a/externals/grill/flext/source/flstdc.h +++ b/externals/grill/flext/source/flstdc.h @@ -126,10 +126,12 @@ typedef t_int t_flint; typedef t_symbol *t_symtype; typedef t_object *t_thing; -#if FLEXT_OS == FLEXT_OS_WIN -typedef void *t_qelem; // qelem not defined in Windows SDK -#else +// for the following to work for Max for OSX you should have the latest SDK +#if FLEXT_OS == FLEXT_OS_MAC && !defined(MAC_VERSION) +// Max for OS9 SDK typedef qelem t_qelem; +#else +typedef void *t_qelem; #endif typedef method t_method; -- cgit v1.2.1