From a4b316e059410d23cb05cdb87050a8cffcdcad67 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Wed, 17 Apr 2013 08:01:10 +0000 Subject: fix uint32 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2975 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/Lua/ULua.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} (* -- cgit v1.2.3