mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-30 12:58:52 +01:00
use a single byte API for file system operations
+ FPCRTL_FILESYSTEM_TWO_BYTE_API define that is set for targets where we
use a single byte API for file system operations
o in principle, both can be set if both are supprted and implemented in
the RTL in order to minimise conversions depending on the scenario
git-svn-id: branches/cpstrrtl@24991 -
|
||
|---|---|---|
| .. | ||
| buildrtl.lpi | ||
| buildrtl.pp | ||
| classes.pp | ||
| gprt0.as | ||
| initc.pp | ||
| Makefile | ||
| Makefile.fpc | ||
| objinc.inc | ||
| rtldefs.inc | ||
| signals.pp | ||
| sysinit.inc | ||
| sysinitcyg.pp | ||
| sysinitgprof.pp | ||
| sysinitpas.pp | ||
| system.pp | ||
| wcygprt0.as | ||
| wdllprt0.as | ||
| windows.pp | ||
| winsysut.pp | ||
| wprt0.as | ||