home *** CD-ROM | disk | FTP | other *** search
- ; Copyright (c) 1992 Microsoft Corporation. All rights reserved.
-
- NAME ttdmp
- DESCRIPTION 'Sample Microsoft Windows Application'
- EXETYPE WINDOWS
- STUB 'WINSTUB.EXE'
-
- CODE MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
-
- HEAPSIZE 1024
- STACKSIZE 5120
-
- SEGMENTS _TEXT PRELOAD MOVABLE DISCARDABLE
- SEGMENTS MAIN PRELOAD MOVABLE DISCARDABLE
-
- EXPORTS
- MainWndProc @1
- About @2
- PrintAbortProc @3
- PrintAbortDlg @4
- EnumFontFamProc1 @5
- EnumFontFamProc2 @6
-
-