Cast the GetProcAddress() return value to avoid warnings about the
commitdd073bbb3f6ea8be4d8736e027ad06fe421cb0ee
authorFrancois Gouget <fgouget@codeweavers.com>
Mon, 14 Feb 2005 21:04:45 +0000 (14 21:04 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 14 Feb 2005 21:04:45 +0000 (14 21:04 +0000)
tree5b78a93b50b871361019fe45613b3943e68b180e
parente84f07de2a81891c2cff7b7f3270ac6e9e9d4f5b
Cast the GetProcAddress() return value to avoid warnings about the
function pointer being of the wrong type.
Fix assorted signed/unsigned comparison warnings.
dlls/advapi32/tests/security.c
dlls/gdi/tests/metafile.c
dlls/mlang/tests/mlang.c
dlls/msvcrt/tests/file.c
dlls/ntdll/tests/path.c