mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:21:14 +00:00
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: Francois Gouget <fgouget@codeweavers.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d831d9a4c5
commit
c5bf1d2e19
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ static BOOL init_functions(void)
|
|||
HMODULE hModule = LoadLibraryA("msvcrtd.dll");
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue