home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------
- ; Main firstapp
- ;
- ; Copyright ⌐ 1993. All Rights Reserved.
- ;
- ; SUBSYSTEM: firstapp.exe Module Defintion File
- ; FILE: frstppap.def
- ; AUTHOR:
- ;
- ;------------------------------------------------
-
- NAME firstapp
-
- DESCRIPTION 'firstapp Application - Copyright ⌐ 1993. All Rights Reserved.'
- EXETYPE WINDOWS
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 4096
- STACKSIZE 16384
-