home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 December / VPR9712A.ISO / OLS / WIN32 / COMWP380 / comwp380.exe / SAMPLES.EXE / SAMPLE5.DEF < prev    next >
Text File  |  1997-08-25  |  464b  |  18 lines

  1. NAME        sample5
  2. DESCRIPTION 'Sample5 for ComWin Ver. 3.80 copyright (c) 1994-97 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.