mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 02:29:12 +02:00
* msdos target was added after the cpstrrtl branch was created; no special
defines git-svn-id: branches/cpstrrtl@24914 -
This commit is contained in:
parent
ecd3cba02b
commit
eae1cd6cca
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -8283,6 +8283,7 @@ rtl/msdos/prt0s.asm svneol=native#text/plain
|
|||||||
rtl/msdos/prt0stm.asm svneol=native#text/plain
|
rtl/msdos/prt0stm.asm svneol=native#text/plain
|
||||||
rtl/msdos/prt0t.asm svneol=native#text/plain
|
rtl/msdos/prt0t.asm svneol=native#text/plain
|
||||||
rtl/msdos/registers.inc 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/sysdir.inc svneol=native#text/plain
|
||||||
rtl/msdos/sysfile.inc svneol=native#text/plain
|
rtl/msdos/sysfile.inc svneol=native#text/plain
|
||||||
rtl/msdos/sysheap.inc svneol=native#text/plain
|
rtl/msdos/sysheap.inc svneol=native#text/plain
|
||||||
|
18
rtl/msdos/rtldefs.inc
Normal file
18
rtl/msdos/rtldefs.inc
Normal 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}
|
Loading…
Reference in New Issue
Block a user