home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
win_lrn
/
dialog
/
mapdlgr.def
< prev
next >
Wrap
Text File
|
1988-08-10
|
492b
|
18 lines
NAME MapDlgR
DESCRIPTION 'Sample Microsoft Windows Application'
STUB 'WINSTUB.EXE' ; Generates error message if application
; is run without Windows
CODE MOVEABLE ; code can be moved in memory
DATA MOVEABLE MULTIPLE
HEAPSIZE 1024
STACKSIZE 4096 ; recommended minimum for Windows applications
EXPORTS
MapDlgRectWndProc @1 ; name of window processing function
About @2 ; name of "About" processing function