Don't define __WINE_USE_MSVCRT in the Visual C++ project. It is not
commit48ea250887d4c60cadcf32c5706bf80b348a1845
authorFrancois Gouget <fgouget@free.fr>
Wed, 11 Aug 2004 19:36:17 +0000 (11 19:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 11 Aug 2004 19:36:17 +0000 (11 19:36 +0000)
treedf7cd9686b3fc0caec4e78231031e43df6e5310e
parent076d78b903dd91d59aeb88cce80f1094ad06de96
Don't define __WINE_USE_MSVCRT in the Visual C++ project. It is not
needed as it is defined by the Wine headers.
Use __WINE_USE_MSVCRT to detect whether we are being compiled with the
Wine MSVCRT headers or the Windows ones. In the latter case:
 - don't try to include the Wine-specific msvcrt headers
 - skip all the headers.c tests since there's no MSVCRT_* symbols to
   check
dlls/msvcrt/tests/headers.c
tools/winapi/msvcmaker