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

  1. NAME        sample1
  2. DESCRIPTION 'Sample1 for ComWin ver 2.62 (c) 1994-95 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. IMPORTS
  10.             comwin.Puts
  11.             comwin.Gets
  12.             comwin.Fputs
  13.             comwin.Fgets
  14.             comwin.System
  15.             comwin.Getch
  16.             comwin.Inkey
  17.             comwin.GetComWinLong
  18.             comwin.MakeArgument
  19.             comwin.cwPutenv
  20.             comwin.cwGetenv
  21.