Make rlGetProcAddress return ?*const anyopaque (#312)
This commit is contained in:
parent
487e059598
commit
35d26ddef9
3 changed files with 5 additions and 2 deletions
|
|
@ -247,6 +247,9 @@ def fix_pointer(name: str, t: str):
|
|||
t = "*anyopaque"
|
||||
elif len(pre) == 0:
|
||||
t = t.replace("const ", "")
|
||||
|
||||
if name == "rlGetProcAddress":
|
||||
t = "?*const anyopaque"
|
||||
return name, t
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue