home *** CD-ROM | disk | FTP | other *** search
- #ifndef DOS_RDARGS_H
- #define DOS_RDARGS_H
-
- /*******************************************************************
- pOS / Amiga adapt
- *******************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EXEC_NODES_H
- #include <exec/nodes.h>
- #endif
- #ifndef __INC_POS_PDOS_DOSARGS_H
- #include <p:pDos/DosArgs.h>
- #endif
-
-
- #define RDArgs pOS_DosArgs
-
- #define MAX_TEMPLATE_ITEMS 100
- #define MAX_MULTIARGS 128
-
- #endif /* DOS_RDARGS_H */
-