Serge Gautherie : shell32: Fix 2 MSVC warnings about flags.

Alexandre Julliard julliard at winehq.org
Fri Jul 20 12:14:31 CDT 2018


Module: wine
Branch: master
Commit: 535f2f9e663b7b3db3147960942d3b4934e1ce07
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=535f2f9e663b7b3db3147960942d3b4934e1ce07

Author: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
Date:   Thu Jul 19 22:52:03 2018 +0200

shell32: Fix 2 MSVC warnings about flags.

Signed-off-by: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/tests/ebrowser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/tests/ebrowser.c b/dlls/shell32/tests/ebrowser.c
index 3e89b90..28219e8 100644
--- a/dlls/shell32/tests/ebrowser.c
+++ b/dlls/shell32/tests/ebrowser.c
@@ -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;




More information about the wine-cvs mailing list