ChangeSet ID: 13241 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/11 14:36:17
Modified files: tools/winapi : msvcmaker dlls/msvcrt/tests: headers.c
Log message: Francois Gouget fgouget@free.fr 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
Patch: http://cvs.winehq.org/patch.py?id=13241
Old revision New revision Changes Path 1.24 1.25 +0 -1 wine/tools/winapi/msvcmaker 1.3 1.4 +12 -8 wine/dlls/msvcrt/tests/headers.c