home *** CD-ROM | disk | FTP | other *** search
- ****************************************************************************
- *
- * Input Device ToolKit Subroutines.
- * Standard Shared Library Include File.
- *
- * InputBase.i.
- * Version 1.1.
- *
- * Paris E. Bingham Jr.
- * Copyright © 1986 - 1990 All Rights Reserved.
- *
- *
- * History:
- *
- * Version Date Comments
- * ------- -------- -----------------------------------------------
- * 1.0 12/01/89 PEB - Created.
- * 1.1 09/04/90 PEB - Add support for Manx C V5.0.
- * 09/22/90 PEB - Add support for SAS C V5.10.
- *
- ****************************************************************************
-
- IFND DT_INPUTBASE_I
- DT_INPUTBASE_I SET 1
-
- *
- * Include Files
- *
- INCLUDE "exec/types.i"
- INCLUDE "exec/lists.i"
- INCLUDE "exec/libraries.i"
-
- *
- * Definitions
- *
-
- ****************************************************************************
- * DTInputBase - Input Library Base Structure
- ****************************************************************************
-
- STRUCTURE DTInputBase,LIB_SIZE
- ULONG ml_SegList
- ULONG ml_Flags
- APTR ml_ExecBase
- LONG ml_Data
- LABEL DTInputBase_SIZEOF
-
- DTINPUTNAME MACRO
- DC.B 'Input.library',0
- ENDM
- DTINPUTREV EQU 1
-
- ****************************************************************************
- * End of InputBase.i
- ****************************************************************************
-
- ENDC
-
-