home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / CKPM5X_S.ZIP / CKOKER.DEF < prev    next >
Text File  |  1990-05-27  |  547b  |  18 lines

  1. ; CKOKER for the PM
  2. ; N.B. The stack does not need to be at least 8192 as suggested in the Petzold
  3. ; book since the window thread is started from within the program and the
  4. ; stack is allocated from the main memory (using malloc).
  5.  
  6. NAME        CKOKER      WINDOWAPI
  7.  
  8. DESCRIPTION 'C-Kermit for the OS/2 Presentation Manager'
  9. HEAPSIZE    3000
  10. STACKSIZE   4000
  11. EXPORTS     VioWndProc
  12. EXPORTS     GpiWndProc
  13. EXPORTS     ComsDlgProc
  14. EXPORTS     TermDlgProc
  15. EXPORTS     FileOpnDlgProc
  16. EXPORTS     FileClsDlgProc
  17. EXPORTS     MiscDlgProc
  18.