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

  1. name    C4WCombo
  2.  
  3. description    'Clip-4-Win 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
  12.  
  13. stacksize    6000
  14. heapsize    2094        ;this determines how big a combo box can be
  15.  
  16. exports    __WndProc    @1
  17.     DialogWndProc    @2
  18.  
  19.