fpc/rtl/amiga/buildrtl.pp
Károly Balogh fb76f529ee amiga-likes: add fpwidestring unit to the RTL build
git-svn-id: trunk@44309 -
2020-03-18 00:32:48 +00:00

22 lines
320 B
ObjectPascal

unit buildrtl;
interface
uses
si_prc,
athreads, dos, sysutils,
{$ifdef cpupowerpc}
exeinfo, lineinfo,
{$endif}
ctypes, strings,
rtlconsts, sysconst, math, types,
typinfo, sortbase, fgl, classes,
charset, character, getopts,
fpwidestring;
implementation
end.