Explorar o código

palmos: some ifdefs for better feature support

git-svn-id: trunk@37247 -
Károly Balogh %!s(int64=7) %!d(string=hai) anos
pai
achega
e896c16b4f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      rtl/palmos/system.pp

+ 2 - 0
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 }