1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-30 05:15:59 +02:00

Merge pull request #292 from HydrogenC/patch-1

Deprecate [Stdcall]
This commit is contained in:
Brian Fiete 2020-05-28 09:06:41 -07:00 committed by GitHub
commit dfde0c6dda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 1399 additions and 1398 deletions

View file

@ -262,7 +262,7 @@ namespace IDE.ui
}
}
[StdCall, CLink]
[CallingConvention(.Stdcall), CLink]
static extern char8* BfDiff_DiffText(char8* text1, char8* text2);
struct TextLineSegment

View file

@ -1158,7 +1158,7 @@ namespace IDE.ui
bfCompiler.QueueDeferredResolveAll();
}
//[StdCall, CLink]
//[CallingConvention(.Stdcall), CLink]
//static extern char8* BfDiff_DiffText(char8* text1, char8* text2);
public void DoFastClassify()