home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / clip4win / clip4win.exe / C4W30E.HUF / SOURCE / ODRAW.DEF < prev    next >
Text File  |  1993-10-18  |  280b  |  19 lines

  1. name    C4WODraw
  2.  
  3. description    'Clip-4-Win Owner Draw'
  4.  
  5. exetype    windows    3.1    ;remove the 3.1 for some linkers
  6.  
  7. stub    'c4wstub.exe'
  8.  
  9. code    preload moveable discardable
  10.  
  11. data    preload moveable multiple
  12.  
  13. stacksize    5120
  14. heapsize    500
  15.  
  16. exports    __WndProc    @1
  17.     DialogWndProc    @2
  18.  
  19.