home *** CD-ROM | disk | FTP | other *** search
- ; Contents ---------------------------------------------------------------
- ;
- ; fingerd.def -- Module Definition File
- ;
- ; Version 1.0 Windows Socket Finger Daemon
- ;
- ; 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 FINGERD
- DESCRIPTION 'Windows Socket Finger Daemon - v1.00'
- EXETYPE WINDOWS
- STUB 'WINSTUB.EXE'
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 28672
- STACKSIZE 16384
- EXPORTS
- FrameWndProc
- AboutDlgProc
- DlgProc
- NetWndProc
-
-
-
-
-
-
-