From eae1cd6cca7d112209ae5d63389fb52f241ed1d5 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Tue, 18 Jun 2013 10:57:49 +0000 Subject: [PATCH] * msdos target was added after the cpstrrtl branch was created; no special defines git-svn-id: branches/cpstrrtl@24914 - --- .gitattributes | 1 + rtl/msdos/rtldefs.inc | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 rtl/msdos/rtldefs.inc diff --git a/.gitattributes b/.gitattributes index 78cb6b8598..d2132f814c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/rtl/msdos/rtldefs.inc b/rtl/msdos/rtldefs.inc new file mode 100644 index 0000000000..8d371ca8a1 --- /dev/null +++ b/rtl/msdos/rtldefs.inc @@ -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}