home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk12 / ted / ted.def < prev    next >
Encoding:
Text File  |  1989-11-20  |  412 b   |  17 lines

  1. ;----------------------------------
  2. ;   TED module defintion file
  3. ;
  4. ;   Created by Microsoft Corporation, IBM Corporation 1989
  5. ;----------------------------------
  6.  
  7. NAME        TED WINDOWAPI
  8.  
  9. DESCRIPTION 'Tiny Editor (C) Copyright Microsoft Corp., 1989'
  10. PROTMODE
  11. HEAPSIZE    1024
  12. STACKSIZE   8192
  13. EXPORTS     ClientWndProc
  14.             FrameWndProc
  15.             FindDlgProc
  16.             AboutDlgProc
  17.