kernel32/tests: Create paths after checking availability of functions.

This commit is contained in:
Paul Vriens 2007-08-08 08:46:14 +02:00 committed by Alexandre Julliard
parent e90f1e3568
commit 5cb50202a0
1 changed files with 1 additions and 1 deletions

View File

@ -1041,12 +1041,12 @@ START_TEST(actctx)
argc = winetest_get_mainargs(&argv);
init_paths();
if (!init_funcs())
{
skip("Needed functions are not available\n");
return;
}
init_paths();
if(argc > 2 && !strcmp(argv[2], "manifest1")) {
test_app_manifest();