mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 09:27:59 +02:00
Merge pull request #1536 from eveningstarinc/hunterbridges/RemoveVAListWorkaround
Remove ToVAListPtr workaround
This commit is contained in:
commit
77cbd238bf
1 changed files with 0 additions and 5 deletions
|
@ -72,11 +72,6 @@ namespace System
|
||||||
return &mVAList;
|
return &mVAList;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
public void* ToVAListPtr() mut
|
|
||||||
{
|
|
||||||
return &mVAList;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[AlwaysInclude]
|
[AlwaysInclude]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue