home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / oleaut / lines / lines.def < prev    next >
Text File  |  1995-06-23  |  352b  |  14 lines

  1. ;-------------------------------------
  2. ;LINES.DEF module definition file
  3. ;-------------------------------------
  4.  
  5. NAME           LINES
  6.  
  7. DESCRIPTION    'Lines 1.0'
  8. EXETYPE        WINDOWS
  9. STUB           'WINSTUB.EXE'
  10. CODE           PRELOAD MOVEABLE DISCARDABLE
  11. DATA           PRELOAD MOVEABLE MULTIPLE
  12. HEAPSIZE       1024
  13. STACKSIZE      8192
  14.