mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 17:36:25 +00:00
Remove SDL_DECLSPEC_FREE before SDL_DECLSPEC in gendynapi
This commit is contained in:
@@ -196,8 +196,8 @@ def main():
|
|||||||
#
|
#
|
||||||
func_ret = func_ret.replace('extern', ' ')
|
func_ret = func_ret.replace('extern', ' ')
|
||||||
func_ret = func_ret.replace('SDLCALL', ' ')
|
func_ret = func_ret.replace('SDLCALL', ' ')
|
||||||
func_ret = func_ret.replace('SDL_DECLSPEC', ' ')
|
|
||||||
func_ret = func_ret.replace('SDL_DECLSPEC_FREE', ' ')
|
func_ret = func_ret.replace('SDL_DECLSPEC_FREE', ' ')
|
||||||
|
func_ret = func_ret.replace('SDL_DECLSPEC', ' ')
|
||||||
# Remove trailing spaces in front of '*'
|
# Remove trailing spaces in front of '*'
|
||||||
tmp = ""
|
tmp = ""
|
||||||
while func_ret != tmp:
|
while func_ret != tmp:
|
||||||
|
Reference in New Issue
Block a user