[0.4.9][SHELL32_WINETEST] Fix 2 MSVC warnings about flags CORE-7538
authorJoachim Henze <Joachim.Henze@reactos.org>
Tue, 15 Mar 2022 11:46:07 +0000 (12:46 +0100)
committerJoachim Henze <Joachim.Henze@reactos.org>
Tue, 15 Mar 2022 11:46:07 +0000 (12:46 +0100)
commit87e537d82874ecc89f187490e782559c53c951be
treef812073e794ccfe912d37d7f3d3061936a6fe8aa
parent87a8c78510daa3ef0478727deb6d71c42892f390
[0.4.9][SHELL32_WINETEST] Fix 2 MSVC warnings about flags CORE-7538

Can be observed when building with MSVC2010SP1 x86-target in dbg config:
- "...\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

fix picked from:
0.4.10-dev-513-g 669d6b445bdf3c20746268efea00c730c6b74706
modules/rostests/winetests/shell32/ebrowser.c