[KERNEL32_WINETEST]
authorKamil Hornicek <kamil.hornicek@reactos.org>
Tue, 29 Apr 2014 19:15:28 +0000 (19:15 +0000)
committerKamil Hornicek <kamil.hornicek@reactos.org>
Tue, 29 Apr 2014 19:15:28 +0000 (19:15 +0000)
- fix msvc build (?)

svn path=/trunk/; revision=63047

rostests/winetests/kernel32/actctx.c

index 194ff35..04bb133 100644 (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);