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

  1. name    C4WDROP
  2.  
  3. description    'Clip-4-Win Drop file Demo'
  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  multiple
  12.  
  13. stacksize    5120
  14. heapsize    2000
  15.  
  16. exports    __WndProc    @1
  17.     DialogWndProc    @2
  18.  
  19.