home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
VSCPPv8.zip
/
VACPP
/
IBMCPP
/
samples
/
TOOLKIT
/
PM
/
STDWND
/
HELLO.DEF
< prev
next >
Wrap
Text File
|
1994-11-17
|
410b
|
21 lines
;******* HELLO C Sample Program Module Definition File (.DEF) ********
;
; The module definition file supplies extra information about the program
; module to the LINKER.
; Copyright 1991 IBM Corporation
;
; Different HEAPSIZE used. ( 1024 bytes )
NAME hello WINDOWAPI
DESCRIPTION 'OS/2 Presentation Manager Sample'
DATA MULTIPLE
STACKSIZE 8192
HEAPSIZE 1024
PROTMODE