|
|
1.1 ! root 1: NAME Browse WINDOWAPI ! 2: ! 3: DESCRIPTION 'OS/2 File Browser Demo' ! 4: ! 5: STUB 'OS2STUB.EXE' ! 6: ! 7: CODE MOVEABLE ! 8: DATA MOVEABLE MULTIPLE ! 9: ! 10: STACKSIZE 4096 ; Must be non-zero for SS == DS ! 11: ; suggest 4k as minimum stacksize ! 12: ! 13: SEGMENTS ! 14: _INIT PRELOAD MOVEABLE DISCARDABLE ! 15: _NRES PRELOAD MOVEABLE DISCARDABLE ! 16: _OTHER PRELOAD MOVEABLE DISCARDABLE ! 17: _RES PRELOAD MOVEABLE ! 18: ! 19: EXPORTS ; Must export all procedures called by Pres. Mgr. ! 20: SkelWndProc @1 ; (these include Window Procedures and Dialog Procs) ! 21: SkelAboutDlg @2 ; (ordinal numbers use less resident memory)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.