home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / d / d020_1_4 / 5.ddi / CLOCK / CLOCK.DEF < prev    next >
Encoding:
Text File  |  1990-06-01  |  277 b   |  18 lines

  1. NAME         CLOCK
  2.  
  3. DESCRIPTION  'Microsoft Windows Clock Application'
  4.  
  5. EXETYPE      WINDOWS
  6.  
  7. STUB         'WINSTUB.EXE'
  8.  
  9. CODE         PRELOAD MOVEABLE
  10. DATA         PRELOAD MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE     512
  13. STACKSIZE    4096
  14.  
  15. EXPORTS
  16.     ClockWndProc   @1
  17.     About           @2
  18.