almost finished the byte cci handler. yet to test more
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-18 18:21:24 +09:00
parent 20d8a81a34
commit ca1e82816d
4 changed files with 29 additions and 15 deletions

View File

@ -47,7 +47,7 @@ type
name: pwidechar;
handle: pointer;
is_bytes: integer;
buf: array[0..2047] of widechar;
buf: array[0..(2048 - 1)] of widechar;
xlen: System.SizeUint;
includer: CciArgPtr;
end;