home *** CD-ROM | disk | FTP | other *** search
- ; Module definition file for the Trace System demonstration application
- ;
- ; This source is Copyright (c) Alan Phillips 1991. It may be freely used
- ; and adapted for non-commercial applications. Commercial and ShareWare
- ; authors should first obtain the written permission of the author.
-
- NAME TRACE
- DESCRIPTION 'TextView DLL Demonstration'
- EXETYPE WINDOWS
- STUB 'winstub.exe'
- CODE MOVEABLE PRELOAD
- DATA MOVEABLE MULTIPLE PRELOAD
- HEAPSIZE 8192
- STACKSIZE 16384
- EXPORTS
- AboutDlgProc @1
- WndProc @2
- menu_handler @3
- copy_menu_handler @4
- notify_handler @5
-