home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / TIMERS / TIMERS.DE_ / TIMERS.DE
Encoding:
Text File  |  1993-02-08  |  450 b   |  17 lines

  1. ;---------------------------------------------------------------------------
  2. ;  Windows Timer Sample Application
  3. ;---------------------------------------------------------------------------
  4.  
  5. NAME        TIMERS
  6. DESCRIPTION 'Sample Timer Application'
  7. EXETYPE     WINDOWS
  8. STUB        'WINSTUB.EXE'
  9. CODE        MOVEABLE PRELOAD
  10. DATA        MOVEABLE MULTIPLE PRELOAD
  11. HEAPSIZE    512
  12.  
  13.  
  14. EXPORTS
  15.      TimerTestWndProc
  16.          TimerCallbackProc
  17.