File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public struct lua_State : IEquatable<lua_State>
26
26
public static class Lua
27
27
{
28
28
29
- private const string DllName = "lua515 " ;
29
+ private const string DllName = "lua503 " ;
30
30
private const CallingConvention Convention = CallingConvention . Cdecl ;
31
31
32
32
[ StructLayout ( LayoutKind . Sequential , Pack = 1 , CharSet = CharSet . Ansi ) ]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public struct lua_State : IEquatable<lua_State>
27
27
public static class Lua
28
28
{
29
29
30
- private const string DllName = "lua503 " ;
30
+ private const string DllName = "lua515 " ;
31
31
private const CallingConvention Convention = CallingConvention . Cdecl ;
32
32
33
33
[ StructLayout ( LayoutKind . Sequential , Pack = 1 , CharSet = CharSet . Ansi ) ]
You can’t perform that action at this time.
0 commit comments