home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------
- ; Main wpdemo
- ; Lighthouse Engineering
- ; Copyright 1994 by Lighthouse Engineering. All Rights Reserved.
- ;
- ; SUBSYSTEM: wpdemo.exe Module Defintion File
- ; FILE: wpdemo.def
- ; AUTHOR: K. Scott Piel
- ;
- ;------------------------------------------------
-
- NAME wpdemo
-
- DESCRIPTION 'wpdemo Application - Copyright 1994 by Lighthouse Engineering. All Rights Reserved.'
- EXETYPE WINDOWS
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 4096
- STACKSIZE 8192
-