Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted.

This commit is contained in:
Jack Jansen 1999-12-14 15:47:01 +00:00
parent 13681b73b5
commit b1b78d85d3
7 changed files with 32 additions and 2 deletions

View file

@ -39,7 +39,9 @@ class MyScanner(Scanner):
return [
"KeyTranslate",
"GetEventMask", # I cannot seem to find this routine...
"WaitNextEvent" # Manually generated because of optional region
"WaitNextEvent", # Manually generated because of optional region
# Constants with funny definitions
"osEvtMessageMask",
]
def makeblacklisttypes(self):