home *** CD-ROM | disk | FTP | other *** search
- ; ************************************************************************
- ;
- ; Microsoft Developer Support
- ; Copyright (c) 1992 Microsoft Corporation
- ;
- ; **************************************************************************
- ; MODULE : MdiPad.DEF
- ; PURPOSE : A Win16/Win32 MdiPad Application Module Definition File
- ; **************************************************************************
-
- NAME MdiPad
- DESCRIPTION 'Microsoft Developer Support MdiPad Application'
-
-
- EXETYPE WINDOWS
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 4096
- STACKSIZE 8192
-
- EXPORTS
- MainWndProc
- MdiChildWndProc
- AboutDlgProc
-