Author: mnordell Date: Fri Oct 12 22:11:14 2012 New Revision: 57545
URL: http://svn.reactos.org/svn/reactos?rev=57545&view=rev Log: [ROSTESTS:WINETEST][MSHTML] add missing mshtml_ros.diff
Added: trunk/rostests/winetests/mshtml/mshtml_ros.diff
Added: trunk/rostests/winetests/mshtml/mshtml_ros.diff URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/mshtml/mshtml_ro... ============================================================================== --- trunk/rostests/winetests/mshtml/mshtml_ros.diff (added) +++ trunk/rostests/winetests/mshtml/mshtml_ros.diff [iso-8859-1] Fri Oct 12 22:11:14 2012 @@ -1,0 +1,62 @@ ++Index: htmldoc.c ++=================================================================== ++--- htmldoc.c (revision 57539) +++++ htmldoc.c (working copy) ++@@ -23,6 +23,8 @@ ++ #include <stdarg.h> ++ #include <stdio.h> ++ +++#if ROSTESTS_81_IS_FIXED +++ ++ #include "windef.h" ++ #include "winbase.h" ++ #include "initguid.h" ++@@ -5272,8 +5274,11 @@ ++ ok(ref == 0, "ref=%d, expected 0\n", ref); ++ } ++ +++#endif /* ROSTESTS_81_IS_FIXED*/ +++ ++ START_TEST(htmldoc) ++ { +++#if ROSTESTS_81_IS_FIXED ++ CoInitialize(NULL); ++ container_hwnd = create_container_window(); ++ register_protocol(); ++@@ -5299,4 +5304,5 @@ ++ ++ DestroyWindow(container_hwnd); ++ CoUninitialize(); +++#endif /* ROSTESTS_81_IS_FIXED*/ ++ } +Index: htmldoc.c +=================================================================== +--- htmldoc.c (revision 57027) ++++ htmldoc.c (revision 57542) +@@ -23,6 +23,8 @@ + #include <stdarg.h> + #include <stdio.h> + ++#if ROSTESTS_81_IS_FIXED ++ + #include "windef.h" + #include "winbase.h" + #include "initguid.h" +@@ -5272,8 +5274,11 @@ + ok(ref == 0, "ref=%d, expected 0\n", ref); + } + ++#endif /* ROSTESTS_81_IS_FIXED*/ ++ + START_TEST(htmldoc) + { ++#if ROSTESTS_81_IS_FIXED + CoInitialize(NULL); + container_hwnd = create_container_window(); + register_protocol(); +@@ -5299,4 +5304,5 @@ + + DestroyWindow(container_hwnd); + CoUninitialize(); ++#endif /* ROSTESTS_81_IS_FIXED*/ + }