home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
larcos.zip
/
EXAMPLES.ZIP
/
LHELLO.DEF
< prev
next >
Wrap
Text File
|
1994-05-15
|
661b
|
23 lines
;*******************************************************************************
; LHELLO.DEF
;
; LARC_S "LARC Examples"
; LARC_D "Link Definition File"
; LARC_V "100"
;
; Revision history:
; kbg 05/15/94 100 - Created.
;
;*******************************************************************************
NAME WINLARC
DESCRIPTION 'LARC Hello (C) SouthWind Software Incorporated, 1994'
EXETYPE WINDOWS
STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 2048
STACKSIZE 8192
EXPORTS WndProc @1
AboutProc @2