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

  1. name    C4WnDemo
  2.  
  3. description    'Clip-4-Win Demo Application'
  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    5120
  15.  
  16. exports    __WndProc    @1
  17.     DialogWndProc    @2
  18.  
  19.