home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / winsock / wstim101 / src / ntime.def < prev    next >
Encoding:
Text File  |  1995-05-19  |  1012 b   |  42 lines

  1. ; Contents ---------------------------------------------------------------
  2. ;
  3. ;   ntime.def -- Module Definition File
  4. ;
  5. ;   Version 1.0.1 Windows Socket Time Client
  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.  
  25. NAME         WSNTIME
  26. DESCRIPTION  'Windows Sockets API Time Protocol (RFC868) Client'
  27. EXETYPE      WINDOWS
  28. STUB         'WINSTUB.EXE'
  29. CODE         PRELOAD MOVEABLE DISCARDABLE
  30. DATA         PRELOAD MOVEABLE MULTIPLE
  31. HEAPSIZE     8192
  32. STACKSIZE    16384
  33. EXPORTS
  34.              FrameWndProc
  35.              HostDlgProc
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.