• Francois Gouget's avatar
    Don't define __WINE_USE_MSVCRT in the Visual C++ project. It is not · 48ea2508
    Francois Gouget authored
    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
    48ea2508
msvcmaker 35.3 KB