fpc/rtl/morphos/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

20 lines
301 B
ObjectPascal

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