aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Lua/ULua.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Lua/ULua.pas b/src/lib/Lua/ULua.pas
index 763e0549..17ec5aaa 100644
--- a/src/lib/Lua/ULua.pas
+++ b/src/lib/Lua/ULua.pas
@@ -101,7 +101,7 @@ type
@@ LUA_UNSIGNED is the integral type used by lua_pushunsigned/lua_tounsigned.
** It must have at least 32 bits.
*)
- LUA_UNSIGNED_ = type UInt32;
+ LUA_UNSIGNED_ = type Cardinal;
{$IFEND}
(*