|
|
1.1 ! root 1: NAME Skel WINDOWAPI ! 2: ! 3: DESCRIPTION 'OS/2 Presentation Manager Application Skeleton' ! 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: _RES PRELOAD MOVEABLE ! 17: ! 18: EXPORTS ; Must export all procedures called by Pres. Mgr. ! 19: SkelWndProc @1 ; (these include Window Procedures and Dialog Procs) ! 20: 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.