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

  1. NAME Ownerb
  2.  
  3. DESCRIPTION 'Owner-Draw Button Sample by NigelT'
  4.  
  5. STUB 'WINSTUB.EXE'
  6. EXETYPE WINDOWS
  7.  
  8. CODE MOVEABLE
  9. DATA MOVEABLE MULTIPLE PRELOAD
  10.  
  11. HEAPSIZE  2000
  12.  
  13. SEGMENTS
  14.     _TEXT           DISCARDABLE PRELOAD   
  15.  
  16.  
  17.  
  18. EXPORTS
  19.     MainWndProc     @1  
  20.