mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 07:08:23 +02:00
DebuggerIntf: compile for WinCe
This commit is contained in:
parent
f7a4c65cb3
commit
c8c6533768
@ -7,6 +7,7 @@ unit DbgIntfProcess;
|
||||
{$IF FPC_Fullversion>=30301} {$define HAS_NEW_PROCESS}
|
||||
{$ELSE}
|
||||
{$IFDEF WINDOWS} {$define USES_NEW_PROCESS} {$define HAS_NEW_PROCESS} {$ENDIF}
|
||||
{$IFDEF WINCE} {$undef USES_NEW_PROCESS} {$undef HAS_NEW_PROCESS} {$ENDIF}
|
||||
{$IFDEF LINUX} {$define USES_NEW_PROCESS} {$define HAS_NEW_PROCESS} {$ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user