• 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
Name
Last commit
Last update
..
tests Loading commit data...
.cvsignore Loading commit data...
Makefile.in Loading commit data...
console.c Loading commit data...
cpp.c Loading commit data...
cppexcept.c Loading commit data...
cppexcept.h Loading commit data...
ctype.c Loading commit data...
data.c Loading commit data...
dir.c Loading commit data...
environ.c Loading commit data...
errno.c Loading commit data...
except.c Loading commit data...
exit.c Loading commit data...
file.c Loading commit data...
heap.c Loading commit data...
locale.c Loading commit data...
lock.c Loading commit data...
main.c Loading commit data...
math.c Loading commit data...
mbcs.c Loading commit data...
misc.c Loading commit data...
msvcrt.h Loading commit data...
msvcrt.spec Loading commit data...
mtdll.h Loading commit data...
process.c Loading commit data...
scanf.c Loading commit data...
scanf.h Loading commit data...
string.c Loading commit data...
thread.c Loading commit data...
time.c Loading commit data...
wcs.c Loading commit data...