Author: akhaldi
Date: Wed Sep 7 22:45:39 2016
New Revision: 72615
URL:
http://svn.reactos.org/svn/reactos?rev=72615&view=rev
Log:
[SHELL32_WINETEST] Sync with Wine Staging 1.9.18.
Modified:
trunk/rostests/winetests/shell32/appbar.c
trunk/rostests/winetests/shell32/shelldispatch.c
trunk/rostests/winetests/shell32/shellole.c
Modified: trunk/rostests/winetests/shell32/appbar.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/shell32/appbar.…
==============================================================================
--- trunk/rostests/winetests/shell32/appbar.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/shell32/appbar.c [iso-8859-1] Wed Sep 7 22:45:39 2016
@@ -423,10 +423,8 @@
return;
}
-if (0) /* crashes on native */
-{
- hr = pGetCurrentProcessExplicitAppUserModelID(NULL);
-}
+ if (0) /* crashes on native */
+ hr = pGetCurrentProcessExplicitAppUserModelID(NULL);
appid = (void*)0xdeadbeef;
hr = pGetCurrentProcessExplicitAppUserModelID(&appid);
Modified: trunk/rostests/winetests/shell32/shelldispatch.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/shell32/shelldi…
==============================================================================
--- trunk/rostests/winetests/shell32/shelldispatch.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/shell32/shelldispatch.c [iso-8859-1] Wed Sep 7 22:45:39
2016
@@ -727,11 +727,9 @@
hr = IWebBrowser2_get_Document(wb, &doc);
todo_wine
ok(hr == S_OK, "got 0x%08x\n", hr);
-if (hr == S_OK)
-{
+if (hr == S_OK) {
test_dispatch_typeinfo(doc, viewdual_riids);
}
-
IWebBrowser2_Release(wb);
/* IServiceProvider */
Modified: trunk/rostests/winetests/shell32/shellole.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/shell32/shellol…
==============================================================================
--- trunk/rostests/winetests/shell32/shellole.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/shell32/shellole.c [iso-8859-1] Wed Sep 7 22:45:39 2016
@@ -870,10 +870,8 @@
return;
}
-if (0) /* crashes on native */
-{
- hr = pSHCreateSessionKey(KEY_READ, NULL);
-}
+ if (0) /* crashes on native */
+ hr = pSHCreateSessionKey(KEY_READ, NULL);
hkey = (HKEY)0xdeadbeef;
hr = pSHCreateSessionKey(0, &hkey);