Nikolay Sivov : shell32/tests: Fix one of test failures on win2k.
Module: wine Branch: master Commit: 8c11e6b2f09edf9d32b88e7d9c876522e4ed177f URL: http://source.winehq.org/git/wine.git/?a=commit;h=8c11e6b2f09edf9d32b88e7d9c... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Thu Jun 4 00:57:12 2015 +0300 shell32/tests: Fix one of test failures on win2k. --- dlls/shell32/tests/shelldispatch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/shell32/tests/shelldispatch.c b/dlls/shell32/tests/shelldispatch.c index 492d446..22eabf5 100644 --- a/dlls/shell32/tests/shelldispatch.c +++ b/dlls/shell32/tests/shelldispatch.c @@ -398,6 +398,7 @@ static void test_ShellFolderViewDual(void) &IID_IShellDispatch6, &IID_IShellDispatch5, &IID_IShellDispatch4, + &IID_IShellDispatch2, &IID_NULL }; IShellFolderViewDual *viewdual;
participants (1)
-
Alexandre Julliard