[KERNEL32_WINETEST]

- fix msvc build (?)

svn path=/trunk/; revision=63047
This commit is contained in:
Kamil Hornicek 2014-04-29 19:15:28 +00:00
parent e396f9689a
commit 21fc125126

View file

@ -1662,9 +1662,6 @@ static void test_dllredirect_section(void)
static void test_typelib_section(void)
{
skip("test_typelib_section\n");
return;
static const WCHAR helpW[] = {'h','e','l','p'};
ACTCTX_SECTION_KEYED_DATA data, data2;
struct guidsection_header *section;
@ -1673,6 +1670,9 @@ static void test_typelib_section(void)
HANDLE handle;
BOOL ret;
skip("test_typelib_section\n");
return;
/* use two dependent manifests, 4 'files' total */
create_manifest_file("testdep1.manifest", manifest_wndcls1, -1, NULL, NULL);
create_manifest_file("testdep2.manifest", manifest_wndcls2, -1, NULL, NULL);