home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / cbm / nduk-v37.lha / V37 / include / libraries / expansion.i < prev    next >
Text File  |  1991-11-27  |  517b  |  30 lines

  1.     IFND    LIBRARIES_EXPANSION_I
  2. LIBRARIES_EXPANSION_I    SET    1
  3. **
  4. **    $Filename: libraries/expansion.i $
  5. **    $Release: 2.04 Includes, V37.4 $
  6. **    $Revision: 36.6 $
  7. **    $Date: 90/11/05 $
  8. **
  9. **    External definitions for expansion.library
  10. **
  11. **    (C) Copyright 1989-1991 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. **
  14.  
  15.     IFND    EXEC_TYPES_I
  16.     INCLUDE    "exec/types.i"
  17.     ENDC    ;EXEC_TYPES_I
  18.  
  19.  
  20.  
  21. EXPANSIONNAME    MACRO
  22.         dc.b    'expansion.library',0
  23.         ENDM
  24.  
  25.  
  26. ;flag for the AddDosNode() call
  27.     BITDEF    ADN,STARTPROC,0
  28.  
  29.     ENDC    ;LIBRARIES_EXPANSION_I
  30.