shell32: Fix 2 MSVC warnings about flags.

Signed-off-by: Serge Gautherie <winehq-git_serge_180711@gautherie.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Serge Gautherie 2018-07-19 22:52:03 +02:00 committed by Alexandre Julliard
parent efac5d0672
commit 535f2f9e66
1 changed files with 1 additions and 1 deletions

View File

@ -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;