mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:12:57 +00:00
[KERNEL32_WINETEST]
- fix msvc build (?) svn path=/trunk/; revision=63047
This commit is contained in:
parent
e396f9689a
commit
21fc125126
1 changed files with 3 additions and 3 deletions
|
@ -1662,9 +1662,6 @@ static void test_dllredirect_section(void)
|
||||||
|
|
||||||
static void test_typelib_section(void)
|
static void test_typelib_section(void)
|
||||||
{
|
{
|
||||||
skip("test_typelib_section\n");
|
|
||||||
return;
|
|
||||||
|
|
||||||
static const WCHAR helpW[] = {'h','e','l','p'};
|
static const WCHAR helpW[] = {'h','e','l','p'};
|
||||||
ACTCTX_SECTION_KEYED_DATA data, data2;
|
ACTCTX_SECTION_KEYED_DATA data, data2;
|
||||||
struct guidsection_header *section;
|
struct guidsection_header *section;
|
||||||
|
@ -1673,6 +1670,9 @@ static void test_typelib_section(void)
|
||||||
HANDLE handle;
|
HANDLE handle;
|
||||||
BOOL ret;
|
BOOL ret;
|
||||||
|
|
||||||
|
skip("test_typelib_section\n");
|
||||||
|
return;
|
||||||
|
|
||||||
/* use two dependent manifests, 4 'files' total */
|
/* use two dependent manifests, 4 'files' total */
|
||||||
create_manifest_file("testdep1.manifest", manifest_wndcls1, -1, NULL, NULL);
|
create_manifest_file("testdep1.manifest", manifest_wndcls1, -1, NULL, NULL);
|
||||||
create_manifest_file("testdep2.manifest", manifest_wndcls2, -1, NULL, NULL);
|
create_manifest_file("testdep2.manifest", manifest_wndcls2, -1, NULL, NULL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue