M.Z.
This commit is contained in:
23
exeman.i
Normal file
23
exeman.i
Normal file
@ -0,0 +1,23 @@
|
||||
|
||||
#line 174 "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;
|
||||
}ExeMan, *pExeMan;
|
||||
|
||||
#line 179 "exe.w"
|
||||
|
Reference in New Issue
Block a user