ID Number: Q11591
1.x 2.00 2.03 2.10 3.00
WINDOWS
Summary:
WINSTUB is provided with the Windows Software Development Kit (SDK) as
a normal DOS program. It contains only a printf() line. WINSTUB can be
used as a stub if no DOS version of a program exists. To have both a
Windows version and a DOS version of a program in one EXE file,
replace the following line in the DEF file
STUB 'WINSTUB.EXE'
with the following line
STUB 'MYDOSAPP.EXE'
and relink.