|
@@ -42,10 +42,9 @@ Var
|
|
{$ifndef HAS_MEMORYMANAGER}
|
|
{$ifndef HAS_MEMORYMANAGER}
|
|
{ initialize this thread's heap }
|
|
{ initialize this thread's heap }
|
|
InitHeapThread;
|
|
InitHeapThread;
|
|
-{$else HAS_MEMORYMANAGER}
|
|
|
|
|
|
+{$endif ndef HAS_MEMORYMANAGER}
|
|
if MemoryManager.InitThread <> nil then
|
|
if MemoryManager.InitThread <> nil then
|
|
MemoryManager.InitThread();
|
|
MemoryManager.InitThread();
|
|
-{$endif HAS_MEMORYMANAGER}
|
|
|
|
{$ifdef FPC_HAS_FEATURE_WIDESTRINGS}
|
|
{$ifdef FPC_HAS_FEATURE_WIDESTRINGS}
|
|
if assigned(widestringmanager.ThreadInitProc) then
|
|
if assigned(widestringmanager.ThreadInitProc) then
|
|
widestringmanager.ThreadInitProc;
|
|
widestringmanager.ThreadInitProc;
|