home *** CD-ROM | disk | FTP | other *** search
- ; Module-definition file for Datest -- used by LINK.EXE
- ; By Mark Jones
- ; Compuserve 70511,706
-
- NAME Datest
- DESCRIPTION 'Tests DATE.DLL functions for Windows 3.0'
- EXETYPE WINDOWS
- STUB 'WINSTUB.EXE'
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 1024
- STACKSIZE 5120
- EXPORTS
- MainWndProc @1 ; name of window processing function
- About @2 ; name of "About" processing function
- DateTest @3 ; name of "DateTest" dialog box
- DateObjDlg @4 ; name of "DateObj" dialog box
-