mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:23:03 +00:00
[SHELL32_WINETEST] Fix 2 MSVC warnings about flags
- "...\ebrowser.c(1188) : warning C4133: 'function' : incompatible types - from 'DWORD *' to 'EXPLORER_BROWSER_OPTIONS *'"
- "...\ebrowser.c(1198) : warning C4133: 'function' : incompatible types - from 'DWORD *' to 'EXPLORER_BROWSER_OPTIONS *'"
Cherry-pick 535f2f9e66
CORE-7538
This commit is contained in:
parent
2ad650469e
commit
669d6b445b
1 changed files with 1 additions and 1 deletions
|
@ -1102,7 +1102,7 @@ static void test_basics(void)
|
||||||
IShellBrowser *psb;
|
IShellBrowser *psb;
|
||||||
FOLDERSETTINGS fs;
|
FOLDERSETTINGS fs;
|
||||||
ULONG lres;
|
ULONG lres;
|
||||||
DWORD flags;
|
EXPLORER_BROWSER_OPTIONS flags;
|
||||||
HDWP hdwp;
|
HDWP hdwp;
|
||||||
RECT rc;
|
RECT rc;
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue