|
@@ -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 }
|