home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 7.ddi / MWHC.007 / 61 < prev    next >
Encoding:
Text File  |  1990-11-11  |  418 b   |  15 lines

  1. ;------------------------------------
  2. ; POPPAD1.DEF module definition file
  3. ;------------------------------------
  4.  
  5. NAME           POPPAD1
  6.  
  7. DESCRIPTION    'Popup Editor Version 1 (c) Charles Petzold, 1990'
  8. EXETYPE        WINDOWS
  9. STUB           'WINSTUB.EXE'
  10. CODE           PRELOAD MOVEABLE DISCARDABLE
  11. DATA           PRELOAD MOVEABLE MULTIPLE
  12. HEAPSIZE       1024
  13. STACKSIZE      8192
  14. EXPORTS        WndProc
  15.