home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
misc
/
wdasm17
/
hello.def
< prev
next >
Wrap
Text File
|
1992-10-06
|
391b
|
15 lines
;------------------------------------------------------
; HELLO.DEF module definition file
;------------------------------------------------------
NAME HELLO
DESCRIPTION 'WDASM Example Program'
EXETYPE WINDOWS 3.0
STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 1024
STACKSIZE 5120
EXPORTS WndProc