Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b670fc2c
Commit
b670fc2c
authored
Nov 30, 2016
by
Huw Davies
Committed by
Alexandre Julliard
Nov 30, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Updated Windows 7 has a new IShellDispatch6 in its typelib.
Signed-off-by:
Huw Davies
<
huw@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c32cd111
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
shelldispatch.c
dlls/shell32/tests/shelldispatch.c
+6
-0
No files found.
dlls/shell32/tests/shelldispatch.c
View file @
b670fc2c
...
...
@@ -28,6 +28,8 @@
#include "winsvc.h"
#include "wine/test.h"
#include "initguid.h"
#define EXPECT_HR(hr,hr_exp) \
ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp)
...
...
@@ -38,6 +40,9 @@ static HRESULT (WINAPI *pSHGetNameFromIDList)(PCIDLIST_ABSOLUTE,SIGDN,PWSTR*);
static
HRESULT
(
WINAPI
*
pSHGetSpecialFolderLocation
)(
HWND
,
int
,
LPITEMIDLIST
*
);
static
DWORD
(
WINAPI
*
pGetLongPathNameW
)(
LPCWSTR
,
LPWSTR
,
DWORD
);
/* Updated Windows 7 has a new IShellDispatch6 in its typelib */
DEFINE_GUID
(
IID_IWin7ShellDispatch6
,
0x34936ba1
,
0x67ad
,
0x4c41
,
0x99
,
0xb8
,
0x8c
,
0x12
,
0xdf
,
0xf1
,
0xe9
,
0x74
);
static
void
init_function_pointers
(
void
)
{
HMODULE
hshell32
,
hkernel32
;
...
...
@@ -530,6 +535,7 @@ static void test_ShellFolderViewDual(void)
&
IID_IShellDispatch5
,
&
IID_IShellDispatch4
,
&
IID_IShellDispatch2
,
&
IID_IWin7ShellDispatch6
,
&
IID_NULL
};
IShellFolderViewDual
*
viewdual
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment