diff --git a/rtl/palmos/system.pp b/rtl/palmos/system.pp index 4ec17e3874..a20eb7dc17 100644 --- a/rtl/palmos/system.pp +++ b/rtl/palmos/system.pp @@ -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 }