mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Removing CVarAttribute
This commit is contained in:
parent
981e56baad
commit
b5aa92ff33
3 changed files with 2 additions and 11 deletions
|
@ -803,9 +803,7 @@ void BfDefBuilder::ParseAttributes(BfAttributeDirective* attributes, BfMethodDef
|
|||
if (typeRefName == "CLink")
|
||||
methodDef->mCLink = true;
|
||||
else if (typeRefName == "StdCall")
|
||||
methodDef->mCallingConvention = BfCallingConvention_Stdcall;
|
||||
else if (typeRefName == "CVarArgs")
|
||||
methodDef->mCallingConvention = BfCallingConvention_CVarArgs;
|
||||
methodDef->mCallingConvention = BfCallingConvention_Stdcall;
|
||||
else if (typeRefName == "Inline")
|
||||
{
|
||||
if (methodDef->mIsExtern)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue