home *** CD-ROM | disk | FTP | other *** search
- ; Contents ---------------------------------------------------------------
- ;
- ; ntime.def -- Module Definition File
- ;
- ; Version 1.0.1 Windows Socket Time Client
- ;
- ; Copyright (C) Frederick W. Bent 1994
- ; All rights reserved.
- ;
- ;
- ; Description
- ;
- ; Delcares the local heap and stack size for the finger daemon.
- ; Also explicitly exports the callback functions.
- ;
- ; Ends -------------------------------------------------------------------
-
- ; History ----------------------------------------------------------------
- ;
- ; 6/28/94 1.0 Fred Bent Started implementation
- ;
- ; Ends -------------------------------------------------------------------
-
-
- NAME WSNTIME
- DESCRIPTION 'Windows Sockets API Time Protocol (RFC868) Client'
- EXETYPE WINDOWS
- STUB 'WINSTUB.EXE'
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 8192
- STACKSIZE 16384
- EXPORTS
- FrameWndProc
- HostDlgProc
-
-
-
-
-
-
-