We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d3c58 commit a0f4ac7Copy full SHA for a0f4ac7
src/Lua54.cs
@@ -33,7 +33,7 @@ public struct lua_KContext
33
public static class Lua
34
{
35
36
- private const string DllName = "lua546";
+ private const string DllName = "lua547";
37
private const CallingConvention Convention = CallingConvention.Cdecl;
38
39
[StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Ansi)]
0 commit comments