mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 18:24:19 +02:00
+ init exceptions and the unicode string manager in the win16 system unit startup
git-svn-id: trunk@31611 -
This commit is contained in:
parent
9997ee54fb
commit
181ee0b4d2
@ -334,4 +334,6 @@ begin
|
|||||||
IsLibrary := FALSE;
|
IsLibrary := FALSE;
|
||||||
{ Setup heap }
|
{ Setup heap }
|
||||||
InitWin16Heap;
|
InitWin16Heap;
|
||||||
|
SysInitExceptions;
|
||||||
|
initunicodestringmanager;
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user