home *** CD-ROM | disk | FTP | other *** search
- ; Defintions file for PMAUX
- ; Written by William S. Hall
- ;
- NAME
-
- DESCRIPTION 'Presentation Manager Debugging Window'
-
- STUB 'OS2STUB.EXE'
-
- HEAPSIZE 4096
- STACKSIZE 8192
-
- CODE MOVEABLE
- DATA MOVEABLE MULTIPLE
-
- SEGMENTS
- _PMAUXRS PRELOAD MOVEABLE
- _PMAUXNT PRELOAD MOVEABLE DISCARDABLE
-
- EXPORTS
- MainWndProc @1
- AboutBoxProc @2