mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 02:29:12 +02:00
palmos: some ifdefs for better feature support
git-svn-id: trunk@37247 -
This commit is contained in:
parent
f175619c7c
commit
e896c16b4f
@ -154,7 +154,9 @@ begin
|
|||||||
ExitProc:=Nil;
|
ExitProc:=Nil;
|
||||||
|
|
||||||
SysInitExceptions;
|
SysInitExceptions;
|
||||||
|
{$ifdef FPC_HAS_FEATURE_UNICODESTRINGS}
|
||||||
InitUnicodeStringManager;
|
InitUnicodeStringManager;
|
||||||
|
{$endif FPC_HAS_FEATURE_UNICODESTRINGS}
|
||||||
{ Setup stdin, stdout and stderr }
|
{ Setup stdin, stdout and stderr }
|
||||||
SysInitStdIO;
|
SysInitStdIO;
|
||||||
{ Reset IO Error }
|
{ Reset IO Error }
|
||||||
|
Loading…
Reference in New Issue
Block a user