home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / winsock / fingd100 / src / fingerd.def < prev    next >
Encoding:
Text File  |  1995-05-19  |  1.0 KB  |  43 lines

  1. ; Contents ---------------------------------------------------------------
  2. ;
  3. ;   fingerd.def -- Module Definition File
  4. ;
  5. ;   Version 1.0 Windows Socket Finger Daemon
  6. ;
  7. ;   Copyright (C) Frederick W. Bent 1994
  8. ;   All rights reserved.
  9. ;
  10. ;
  11. ; Description
  12. ;
  13. ;    Delcares the local heap and stack size for the finger daemon.
  14. ;    Also explicitly exports the callback functions.
  15. ;
  16. ; Ends -------------------------------------------------------------------
  17.  
  18. ; History ----------------------------------------------------------------
  19. ;
  20. ; 6/28/94  1.0  Fred Bent         Started implementation
  21. ;
  22. ; Ends -------------------------------------------------------------------
  23.  
  24. NAME         FINGERD
  25. DESCRIPTION  'Windows Socket Finger Daemon - v1.00'
  26. EXETYPE      WINDOWS
  27. STUB         'WINSTUB.EXE'
  28. CODE         PRELOAD MOVEABLE DISCARDABLE
  29. DATA         PRELOAD MOVEABLE MULTIPLE
  30. HEAPSIZE     28672
  31. STACKSIZE    16384
  32. EXPORTS
  33.              FrameWndProc
  34.          AboutDlgProc
  35.          DlgProc
  36.          NetWndProc
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.