* msdos target was added after the cpstrrtl branch was created; no special

defines

git-svn-id: branches/cpstrrtl@24914 -
This commit is contained in:
Jonas Maebe 2013-06-18 10:57:49 +00:00
parent ecd3cba02b
commit eae1cd6cca
2 changed files with 19 additions and 0 deletions

1
.gitattributes vendored
View File

@ -8283,6 +8283,7 @@ rtl/msdos/prt0s.asm svneol=native#text/plain
rtl/msdos/prt0stm.asm svneol=native#text/plain
rtl/msdos/prt0t.asm svneol=native#text/plain
rtl/msdos/registers.inc svneol=native#text/plain
rtl/msdos/rtldefs.inc svneol=native#text/plain
rtl/msdos/sysdir.inc svneol=native#text/plain
rtl/msdos/sysfile.inc svneol=native#text/plain
rtl/msdos/sysheap.inc svneol=native#text/plain

18
rtl/msdos/rtldefs.inc Normal file
View File

@ -0,0 +1,18 @@
{
This file is part of the Free Pascal run time library.
Copyright (c) 2012 by Free Pascal development team
This file contains platform-specific defines that are used in
multiple RTL units.
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
{ the single byte OS APIs always use UTF-8 }
{ define FPCRTL_FILESYSTEM_UTF8}