Skip to content

Commit a0f4ac7

Browse files
committed
chore: change DllName to lua547
1 parent 16d3c58 commit a0f4ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Lua54.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public struct lua_KContext
3333
public static class Lua
3434
{
3535

36-
private const string DllName = "lua546";
36+
private const string DllName = "lua547";
3737
private const CallingConvention Convention = CallingConvention.Cdecl;
3838

3939
[StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Ansi)]

0 commit comments

Comments
 (0)