Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated.

This commit is contained in:
Jack Jansen 2002-02-05 22:35:36 +00:00
parent e62ceac7d4
commit 6a60915843
2 changed files with 2 additions and 1 deletions

View file

@ -64,6 +64,7 @@ class SoundScanner(Scanner):
'SndStopFilePlay',
'SndStartFilePlay',
'SndPauseFilePlay',
'SndRecordToFile',
])]
def makeblacklisttypes(self):
@ -78,7 +79,6 @@ class SoundScanner(Scanner):
"SoundComponentData",
"SoundComponentData_ptr",
"SoundConverter",
"ModalFilterUPP",
]
def makerepairinstructions(self):

View file

@ -45,6 +45,7 @@ SndCommand = OpaqueType('SndCommand', 'SndCmd')
SndCommand_ptr = OpaqueType('SndCommand', 'SndCmd')
SndListHandle = OpaqueByValueType("SndListHandle", "ResObj")
SPBPtr = OpaqueByValueType("SPBPtr", "SPBObj")
ModalFilterUPP = FakeType("(ModalFilterUPP)0")
#
# NOTE: the following is pretty dangerous. For void pointers we pass buffer addresses