- Mapped fileeval to exe manager - Updates for TRICS file formats SKIPPED: psi/libpsi.a psi/sinqhmdriv.c psi/sinqhttp.c psi/tabledrive.c psi/tasscan.c psi/hardsup/asynsrv_utility.c psi/hardsup/sinqhm.c
25 lines
578 B
OpenEdge ABL
25 lines
578 B
OpenEdge ABL
|
|
#line 178 "exe.w"
|
|
|
|
/*-------------------------------------------------------------------
|
|
Internal header file for the exe manager module. Do not edit. This
|
|
is automatically generated from exe.w
|
|
-------------------------------------------------------------------*/
|
|
|
|
#line 138 "exe.w"
|
|
|
|
typedef struct __EXEMAN{
|
|
pObjectDescriptor pDes;
|
|
pICallBack pCall;
|
|
char *sysPath;
|
|
char *batchPath;
|
|
pDynar exeStack;
|
|
int exeStackPtr;
|
|
int runList;
|
|
pExeBuf uploadBuffer;
|
|
int echo;
|
|
}ExeMan, *pExeMan;
|
|
|
|
#line 183 "exe.w"
|
|
|