[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 https://source.winehq.org/git/wine.git/commit/535f2f9e663b7b3db3147960942d3b4934e1ce07
CORE-7538
This commit is contained in:
Serge Gautherie
2018-08-17 16:21:30 +02:00
committed by Mark Jansen
parent 2ad650469e
commit 669d6b445b
@@ -1102,7 +1102,7 @@ static void test_basics(void)
IShellBrowser *psb;
FOLDERSETTINGS fs;
ULONG lres;
DWORD flags;
EXPLORER_BROWSER_OPTIONS flags;
HDWP hdwp;
RECT rc;
HRESULT hr;