mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 22:49:12 +00:00
[NTDLL_WINETEST] Properly enable back the LdrAddRefDll tests. CORE-8102
svn path=/trunk/; revision=65785
This commit is contained in:
parent
048cc7d133
commit
9d80e094b4
1 changed files with 0 additions and 8 deletions
|
@ -1504,14 +1504,6 @@ static void test_LdrAddRefDll(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __REACTOS__
|
|
||||||
if (!winetest_interactive)
|
|
||||||
{
|
|
||||||
skip("Skipping LdrAddRefDll tests. See CORE-8102\n");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
mod = LoadLibraryA("comctl32.dll");
|
mod = LoadLibraryA("comctl32.dll");
|
||||||
ok(mod != NULL, "got %p\n", mod);
|
ok(mod != NULL, "got %p\n", mod);
|
||||||
ret = FreeLibrary(mod);
|
ret = FreeLibrary(mod);
|
||||||
|
|
Loading…
Reference in a new issue