mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 12:49:21 +02:00
IDE: enable UseAsyncProcess (use TAsyncProcess for compilation) on windows
git-svn-id: trunk@14150 -
This commit is contained in:
parent
e0311508dd
commit
f2f92d75eb
@ -60,6 +60,9 @@ interface
|
|||||||
{off $DEFINE UseAsyncProcess}
|
{off $DEFINE UseAsyncProcess}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
{$IFDEF windows}
|
||||||
|
{$DEFINE UseAsyncProcess}
|
||||||
|
{$ENDIF}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
{$I ide.inc}
|
{$I ide.inc}
|
||||||
|
Loading…
Reference in New Issue
Block a user