home *** CD-ROM | disk | FTP | other *** search
- * giobase.i
- *
- ********************************************************************************************
-
- IFND GIO_BASE_I
- GIO_BASE_I SET 1
-
-
- IFND EXEC_TYPES_I
- INCLUDE "exec/types.i"
- ENDC ; EXEC_TYPES_I
-
- IFND EXEC_LIBRARIES_I
- INCLUDE "exec/libraries.i"
- ENDC ; EXEC_LIBRARIES_I
-
- ;--------------------------
- ; library data structures
- ;--------------------------
-
- ; Note that the library base begins with a library node
-
- STRUCTURE GioBase,LIB_SIZE
- UBYTE giob_Flags
- UBYTE giob_pad
- ;We are now longword aligned
- ULONG giob_SysLib
- ULONG giob_SegList
- LABEL GioBase_SIZEOF
-
- ENDC ;PAINT_BASE_I
-
-