|
|
1.1 ! root 1: NAME MULTIPAD ! 2: ! 3: DESCRIPTION 'Microsoft Windows MDI Notepad App' ! 4: ! 5: EXETYPE WINDOWS ! 6: ! 7: STUB 'WINSTUB.EXE' ! 8: ! 9: CODE PRELOAD MOVEABLE DISCARDABLE ! 10: DATA PRELOAD MOVEABLE MULTIPLE ! 11: ! 12: HEAPSIZE 2048 ! 13: STACKSIZE 8192 ! 14: ! 15: SEGMENTS ! 16: _TEXT PRELOAD MOVABLE DISCARDABLE ! 17: _MPINIT PRELOAD MOVABLE DISCARDABLE ! 18: _MPFILE LOADONCALL MOVABLE DISCARDABLE ! 19: _MPFIND LOADONCALL MOVABLE DISCARDABLE ! 20: _MPPRINT LOADONCALL MOVABLE DISCARDABLE ! 21: ! 22: EXPORTS ! 23: MPFrameWndProc ! 24: MPMDIChildWndProc ! 25: AboutDlgProc ! 26: FindDlgProc ! 27: SaveAsDlgProc ! 28: PrintDlgProc ! 29: AbortProc ! 30: FileOpenDlgProc
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.