mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 18:46:43 +00:00
parent
aee3434b44
commit
2a84c8cb35
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace Capy64.Extensions.Bindings;
|
||||||
|
|
||||||
public partial class SDL2
|
public partial class SDL2
|
||||||
{
|
{
|
||||||
private const string SDL = "SDL2.dll";
|
private const string SDL = "SDL2";
|
||||||
|
|
||||||
[LibraryImport(SDL)]
|
[LibraryImport(SDL)]
|
||||||
[UnmanagedCallConv(CallConvs = new Type[] { typeof(System.Runtime.CompilerServices.CallConvCdecl) })]
|
[UnmanagedCallConv(CallConvs = new Type[] { typeof(System.Runtime.CompilerServices.CallConvCdecl) })]
|
||||||
|
|
Loading…
Reference in a new issue