ChangeSet ID: 1022121607733634809804247 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/05/22 21:40:08
Modified files: dlls/kernel/tests: alloc.c file.c process.c thread.c dlls/oleaut32/tests: vartest.c dlls/shlwapi/tests: shreg.c dlls/user/tests: class.c wsprintf.c dlls/winsock/tests: sock.c
Log message: Francois Gouget fgouget@free.fr Make the tests compile with Visual C++.
Patch: http://cvs.winehq.com/patch.py?id=1022121607733634809804247
Revision Changes Path 1.2 +1 -1 wine/dlls/kernel/tests/alloc.c 1.5 +4 -5 wine/dlls/kernel/tests/file.c 1.3 +2 -1 wine/dlls/kernel/tests/process.c 1.3 +4 -1 wine/dlls/kernel/tests/thread.c 1.2 +10 -11 wine/dlls/oleaut32/tests/vartest.c 1.2 +1 -2 wine/dlls/shlwapi/tests/shreg.c 1.2 +2 -1 wine/dlls/user/tests/class.c 1.2 +2 -1 wine/dlls/user/tests/wsprintf.c 1.3 +32 -24 wine/dlls/winsock/tests/sock.c