|
|
1.1 ! root 1: ; Definition file for Snapshot utility ! 2: ; Created by Microsoft Corp., 1988 ! 3: ; ! 4: NAME snap WINDOWAPI ! 5: ! 6: DESCRIPTION 'SNAP Application' ! 7: ! 8: STUB 'OS2STUB.EXE' ! 9: ! 10: CODE MOVEABLE ! 11: DATA MOVEABLE MULTIPLE ! 12: ! 13: HEAPSIZE 1024 ; Must be non-zero to use Local memory manager ! 14: STACKSIZE 4096 ; Must be non-zero for SS == DS ! 15: ; suggest 4k as minimum stacksize ! 16: ! 17: SEGMENTS ! 18: _TEXT PRELOAD MOVEABLE ! 19: ! 20: EXPORTS ; Must export all procedures called by Windows ! 21: SnapWndProc @1 ; (ordinal numbers use less resident memory) ! 22: AboutWndProc @2 ! 23: SaveFileDlgProc @3
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.