home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / ZIPS / U_Z / WNFTPSRC.ZIP / WINFTP.DEF < prev    next >
Text File  |  1994-01-06  |  375b  |  14 lines

  1. NAME            WINFTP
  2. EXETYPE         WINDOWS
  3. STUB            'WINSTUB.EXE' 
  4. CODE            PRELOAD MOVEABLE 
  5. DATA            PRELOAD MOVEABLE MULTIPLE
  6. HEAPSIZE        10240
  7. EXPORTS         WndProc
  8.                 WndXferProc
  9.                 WS_AboutMsgProc
  10.                 WS_InputMsgProc
  11.                 WS_FindHostProc
  12.                 WS_FireWallSetupProc
  13.  
  14.