mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 21:55:56 +02:00
temporarily disable signal handler: it is buggy
git-svn-id: trunk@8333 -
This commit is contained in:
parent
1efdc1275a
commit
7693949392
@ -239,7 +239,9 @@ begin
|
|||||||
|
|
||||||
{$ifdef Unix}
|
{$ifdef Unix}
|
||||||
InitSynchronizeSupport;
|
InitSynchronizeSupport;
|
||||||
|
{$ifdef UseAsyncProcess}
|
||||||
InstallSignalHandler;
|
InstallSignalHandler;
|
||||||
|
{$endif}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
GTKWidgetSet := Self;
|
GTKWidgetSet := Self;
|
||||||
|
Loading…
Reference in New Issue
Block a user