home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / a / asm_one / asm-onev1.25c.dms / in.adf / Release3.0 / Include3.0.lha / Include3.0 / libraries / expansion.i < prev    next >
Encoding:
Text File  |  1992-09-24  |  465 b   |  28 lines

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