mirror of https://github.com/libsdl-org/SDL
Fixed gendyapi.py parsing of SDL_RELEASE_GENERIC
This commit is contained in:
parent
759cdf6159
commit
9323417e9c
|
@ -156,6 +156,7 @@ def main():
|
|||
func = re.sub(" SDL_TRY_ACQUIRE_SHARED\(.*\)", "", func);
|
||||
func = re.sub(" SDL_RELEASE\(.*\)", "", func);
|
||||
func = re.sub(" SDL_RELEASE_SHARED\(.*\)", "", func);
|
||||
func = re.sub(" SDL_RELEASE_GENERIC\(.*\)", "", func);
|
||||
|
||||
# Should be a valid function here
|
||||
match = reg_parsing_function.match(func)
|
||||
|
|
Loading…
Reference in New Issue