home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 February / VPR9602A.ISO / fwindows / comwp260 / samples / sample5.def < prev    next >
Text File  |  1995-10-09  |  460b  |  18 lines

  1. NAME        sample5
  2. DESCRIPTION 'Sample5 for Comwin ver 2.60 copyright (c) 1994 by M.Maedera'
  3. EXETYPE     windows
  4. STUB        'winstub.exe'
  5. CODE        preload moveable discardable
  6. DATA        preload moveable multiple
  7. HEAPSIZE    1024
  8. STACKSIZE   8192
  9. EXPORTS
  10.             LocalPuts
  11.             LocalGets
  12.             LocalFputs
  13.             LocalFgets
  14.             LocalSystem
  15.             LocalCallCommand
  16. IMPORTS
  17.             comwin.CallCommand
  18.