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>
2626public static class Lua
2727{
2828
29- private const string DllName = "lua515 " ;
29+ private const string DllName = "lua503 " ;
3030 private const CallingConvention Convention = CallingConvention . Cdecl ;
3131
3232 [ 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>
2727public static class Lua
2828{
2929
30- private const string DllName = "lua503 " ;
30+ private const string DllName = "lua515 " ;
3131 private const CallingConvention Convention = CallingConvention . Cdecl ;
3232
3333 [ StructLayout ( LayoutKind . Sequential , Pack = 1 , CharSet = CharSet . Ansi ) ]
You can’t perform that action at this time.
0 commit comments