Commit c5bf1d2e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvcrtd/tests: Missing the library should be a win_skip().

Wine is supposed to have msvcrtd and we want its absence to be recorded as a skip either way. Signed-off-by: 's avatarFrancois Gouget <fgouget@codeweavers.com> Signed-off-by: 's avatarPiotr Caban <piotr@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent d831d9a4
...@@ -42,7 +42,7 @@ static BOOL init_functions(void) ...@@ -42,7 +42,7 @@ static BOOL init_functions(void)
HMODULE hModule = LoadLibraryA("msvcrtd.dll"); HMODULE hModule = LoadLibraryA("msvcrtd.dll");
if (!hModule) { if (!hModule) {
trace("LoadLibraryA failed to load msvcrtd.dll with GLE=%d\n", GetLastError()); win_skip("LoadLibraryA failed to load msvcrtd.dll with GLE=%d\n", GetLastError());
return FALSE; return FALSE;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment