mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Lua - size_t type
This commit is contained in:
parent
ede070fc14
commit
9c7d701bf7
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue