diff options
Diffstat (limited to 'Mac/Modules/snd/sndgen.py')
-rw-r--r-- | Mac/Modules/snd/sndgen.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/Modules/snd/sndgen.py b/Mac/Modules/snd/sndgen.py index c3a71c1..323f637 100644 --- a/Mac/Modules/snd/sndgen.py +++ b/Mac/Modules/snd/sndgen.py @@ -1,4 +1,4 @@ -# Generated from 'Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:Sound.h' +# Generated from 'Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Sound.h' f = SndFunction(void, 'SetSoundVol', (short, 'level', InMode), @@ -44,7 +44,7 @@ f = SndFunction(OSErr, 'SndControl', ) functions.append(f) -f = SndFunction(NumVersion, 'SndSoundManagerVersion', +f = SndFunction(long, 'SndSoundManagerVersion', ) functions.append(f) @@ -94,7 +94,7 @@ f = SndFunction(OSErr, 'SndSetSysBeepState', ) functions.append(f) -f = SndFunction(NumVersion, 'MACEVersion', +f = SndFunction(long, 'MACEVersion', ) functions.append(f) |