1{
2    This file is part of the Free Pascal run time library.
3    Copyright (c) 2012 by Free Pascal development team
4
5    This file contains platform-specific defines that are used in
6    multiple RTL units.
7
8    See the file COPYING.FPC, included in this distribution,
9    for details about the copyright.
10
11    This program is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14
15 **********************************************************************}
16
17{ the single byte OS APIs always use UTF-8 }
18{ define FPCRTL_FILESYSTEM_UTF8}
19
20{ The OS supports a single byte file system operations API that we use }
21{ define FPCRTL_FILESYSTEM_SINGLE_BYTE_API}
22
23{ The OS supports a two byte file system operations API that we use }
24{$define FPCRTL_FILESYSTEM_TWO_BYTE_API}
25