The link command specifies which version of the C library to link with
commit95217843d50bf1e9ac6d64f627bc5d3f6d8f2c3f
authorFrancois Gouget <fgouget@free.fr>
Wed, 18 Dec 2002 02:22:12 +0000 (18 02:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 18 Dec 2002 02:22:12 +0000 (18 02:22 +0000)
treec4bfa814c13bdbd81e2528cdb82fc3b1187ca994
parent01bdccbc5dedecd2d6efd4743403884a5bfa46ae
The link command specifies which version of the C library to link with
(see /M[TD]d? option). So we must not explicitly link with
'msvcrt.lib'. Fixes the msvcrt test crashes.
tools/winapi/msvcmaker