Reactos
1+Index: htmldoc.c
2+===================================================================
3+--- htmldoc.c (revision 57539)
4++++ htmldoc.c (working copy)
5+@@ -23,6 +23,8 @@
6+ #include <stdarg.h>
7+ #include <stdio.h>
8+
9++#if ROSTESTS_81_IS_FIXED
10++
11+ #include "windef.h"
12+ #include "winbase.h"
13+ #include "initguid.h"
14+@@ -5272,8 +5274,11 @@
15+ ok(ref == 0, "ref=%d, expected 0\n", ref);
16+ }
17+
18++#endif /* ROSTESTS_81_IS_FIXED*/
19++
20+ START_TEST(htmldoc)
21+ {
22++#if ROSTESTS_81_IS_FIXED
23+ CoInitialize(NULL);
24+ container_hwnd = create_container_window();
25+ register_protocol();
26+@@ -5299,4 +5304,5 @@
27+
28+ DestroyWindow(container_hwnd);
29+ CoUninitialize();
30++#endif /* ROSTESTS_81_IS_FIXED*/
31+ }
32Index: htmldoc.c
33===================================================================
34--- htmldoc.c (revision 57027)
35+++ htmldoc.c (revision 57542)
36@@ -23,6 +23,8 @@
37 #include <stdarg.h>
38 #include <stdio.h>
39
40+#if ROSTESTS_81_IS_FIXED
41+
42 #include "windef.h"
43 #include "winbase.h"
44 #include "initguid.h"
45@@ -5272,8 +5274,11 @@
46 ok(ref == 0, "ref=%d, expected 0\n", ref);
47 }
48
49+#endif /* ROSTESTS_81_IS_FIXED*/
50+
51 START_TEST(htmldoc)
52 {
53+#if ROSTESTS_81_IS_FIXED
54 CoInitialize(NULL);
55 container_hwnd = create_container_window();
56 register_protocol();
57@@ -5299,4 +5304,5 @@
58
59 DestroyWindow(container_hwnd);
60 CoUninitialize();
61+#endif /* ROSTESTS_81_IS_FIXED*/
62 }