mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:09:11 +02:00
Do not call initunicodestringmanager if unicodestrings feature is disabled
git-svn-id: trunk@36110 -
This commit is contained in:
parent
7d0d41be4b
commit
579b8dafd2
@ -554,7 +554,9 @@ begin
|
||||
{ Setup heap }
|
||||
InitDosHeap;
|
||||
SysInitExceptions;
|
||||
{$ifdef FPC_HAS_FEATURE_UNICODESTRINGS}
|
||||
initunicodestringmanager;
|
||||
{$endif def FPC_HAS_FEATURE_UNICODESTRINGS}
|
||||
{ Setup stdin, stdout and stderr }
|
||||
SysInitStdIO;
|
||||
{ Setup environment and arguments }
|
||||
|
Loading…
Reference in New Issue
Block a user