mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +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;
|
||||
|
||||
SysInitExceptions;
|
||||
{$ifdef FPC_HAS_FEATURE_UNICODESTRINGS}
|
||||
InitUnicodeStringManager;
|
||||
{$endif FPC_HAS_FEATURE_UNICODESTRINGS}
|
||||
{ Setup stdin, stdout and stderr }
|
||||
SysInitStdIO;
|
||||
{ Reset IO Error }
|
||||
|
Loading…
Reference in New Issue
Block a user