FIX: Lua - size_t type

This commit is contained in:
Alexander Koblov 2019-01-09 17:51:52 +00:00
commit 9c7d701bf7

View file

@ -17,9 +17,8 @@ uses
DynLibs;
type
size_t = type Cardinal;
size_t = SizeUInt;
Psize_t = ^size_t;
PPointer = ^Pointer;
lua_State = record end;
Plua_State = ^lua_State;