File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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 = "Lua515 " ;
30+ private const string DllName = "lua515 " ;
3131 private const CallingConvention Convention = CallingConvention . Cdecl ;
3232
3333 [ StructLayout ( LayoutKind . Sequential , Pack = 1 , CharSet = CharSet . Ansi ) ]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public struct lua_State : IEquatable<lua_State>
2828public static class Lua
2929{
3030
31- private const string DllName = "Lua524 " ;
31+ private const string DllName = "lua524 " ;
3232 private const CallingConvention Convention = CallingConvention . Cdecl ;
3333
3434 [ StructLayout ( LayoutKind . Sequential , Pack = 1 , CharSet = CharSet . Ansi ) ]
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public struct lua_KContext
3333public static class Lua
3434{
3535
36- private const string DllName = "Lua536 " ;
36+ private const string DllName = "lua536 " ;
3737 private const CallingConvention Convention = CallingConvention . Cdecl ;
3838
3939 [ StructLayout ( LayoutKind . Sequential , Pack = 1 , CharSet = CharSet . Ansi ) ]
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public struct lua_KContext
3333public static class Lua
3434{
3535
36- private const string DllName = "Lua546 " ;
36+ private const string DllName = "lua546 " ;
3737 private const CallingConvention Convention = CallingConvention . Cdecl ;
3838
3939 [ StructLayout ( LayoutKind . Sequential , Pack = 1 , CharSet = CharSet . Ansi ) ]
You can’t perform that action at this time.
0 commit comments