diff options
-rw-r--r-- | Mac/Modules/macosmodule.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index 151c890..5f61b01 100644 --- a/Mac/Modules/macosmodule.c +++ b/Mac/Modules/macosmodule.c @@ -37,6 +37,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef __MWERKS__ #define SndCallBackUPP ProcPtr #define NewSndCallBackProc(x) (x) +#define SndListHandle Handle #endif /*----------------------------------------------------------------------*/ |