home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_prog / mleenter.arj / MLEENTER.DEF < prev    next >
Text File  |  1991-09-23  |  442b  |  14 lines

  1. ; Copyright (c) 1991 Microsoft Corporation. All rights reserved.
  2.  
  3. NAME            SUBEDIT
  4. DESCRIPTION     'Windows EditSubclasser App'
  5. EXETYPE         WINDOWS
  6. STUB            'WINSTUB.EXE'
  7. CODE            PRELOAD MOVEABLE DISCARDABLE
  8. DATA            PRELOAD MOVEABLE MULTIPLE
  9. HEAPSIZE        2048
  10. STACKSIZE       4096
  11. EXPORTS         MLEEnterWndProc   @1
  12.                 MLEEnterDlgProc   @2
  13.                 MLEEnterSubProc   @3
  14.