home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
games
/
worm
/
worm.def
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-19
|
334 b
|
22 lines
NAME Worm
DESCRIPTION 'A Worm'
EXETYPE WINDOWS ; required for all Windows applications
PROTMODE
;STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE
HEAPSIZE 10240
STACKSIZE 10240
EXPORTS
WormWndProc @1
AboutDlgProc @2
OptionsDlgProc @3