home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / WINDATE.ZIP / DATEST.DEF < prev    next >
Text File  |  1991-02-27  |  555b  |  18 lines

  1. ; Module-definition file for Datest -- used by LINK.EXE
  2. ;  By Mark Jones
  3. ;  Compuserve 70511,706
  4.  
  5. NAME Datest
  6. DESCRIPTION  'Tests DATE.DLL functions for Windows 3.0'
  7. EXETYPE      WINDOWS
  8. STUB         'WINSTUB.EXE'
  9. CODE  PRELOAD MOVEABLE DISCARDABLE
  10. DATA  PRELOAD MOVEABLE MULTIPLE
  11. HEAPSIZE     1024
  12. STACKSIZE    5120
  13. EXPORTS
  14.     MainWndProc   @1   ; name of window processing function
  15.     About          @2   ; name of "About" processing function
  16.     DateTest      @3   ; name of "DateTest" dialog box
  17.     DateObjDlg    @4   ; name of "DateObj" dialog box
  18.