From 0ea64a41e1499d25296bdcc69fe207e20e545efd Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Thu, 27 Nov 2025 21:37:04 +0100 Subject: Port to GOptionContext commandline argument parser + rework GTK initialization --- UCoreUtils.pas | 2 ++ 1 file changed, 2 insertions(+) (limited to 'UCoreUtils.pas') diff --git a/UCoreUtils.pas b/UCoreUtils.pas index 8949ed6..97777dc 100644 --- a/UCoreUtils.pas +++ b/UCoreUtils.pas @@ -27,6 +27,8 @@ type PIntArray = ^TIntArray; TIntArray = array[0..1023] of LongWord; + PCharArray = array[0..0] of PChar; + TOpenStringArray = array of string; TOpenPCharArray = array of PChar; -- cgit v1.2.3