ChangeSet ID: 16112 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/14 15:04:45
Modified files: dlls/ntdll/tests: path.c dlls/msvcrt/tests: file.c dlls/mlang/tests: mlang.c dlls/gdi/tests : metafile.c dlls/advapi32/tests: security.c
Log message: Francois Gouget fgouget@codeweavers.com Cast the GetProcAddress() return value to avoid warnings about the function pointer being of the wrong type. Fix assorted signed/unsigned comparison warnings.
Patch: http://cvs.winehq.org/patch.py?id=16112
Old revision New revision Changes Path 1.11 1.12 +2 -2 wine/dlls/ntdll/tests/path.c 1.12 1.13 +2 -2 wine/dlls/msvcrt/tests/file.c 1.6 1.7 +3 -3 wine/dlls/mlang/tests/mlang.c 1.5 1.6 +4 -5 wine/dlls/gdi/tests/metafile.c 1.9 1.10 +4 -4 wine/dlls/advapi32/tests/security.c