mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 09:09:29 +02:00
FpDebug: fix "EProcess" not found
This commit is contained in:
parent
6f0d8113cd
commit
5f9dd398f7
@ -60,6 +60,7 @@ type
|
||||
TDescriptorType = (dtStdIn, dtStdOut, dtStdErr);
|
||||
|
||||
// forwards
|
||||
EProcess = {$IFDEF USES_NEW_PROCESS} process331. {$ELSE} process. {$ENDIF} EProcess;
|
||||
TProcessOptions = {$IFDEF USES_NEW_PROCESS} process331. {$ELSE} process. {$ENDIF} TProcessOptions;
|
||||
TStartupOptions = {$IFDEF USES_NEW_PROCESS} process331. {$ELSE} process. {$ENDIF} TStartupOptions;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user