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

  1. NAME    Reverse
  2.  
  3. DESCRIPTION 'Reverse Sample App'
  4.  
  5. STUB    'WINSTUB.EXE'
  6. EXETYPE WINDOWS
  7.  
  8. CODE    MOVEABLE PRELOAD
  9. DATA    MOVEABLE PRELOAD MULTIPLE
  10.  
  11. HEAPSIZE  4096
  12.  
  13. EXPORTS
  14.     WndProc
  15.     AppAbout
  16.