From 8b9bf9ff0ff06e4e8b9860e0fc1c8f07e8c90675 Mon Sep 17 00:00:00 2001 From: Rolf Kalbermatter Date: Thu, 27 Mar 2003 00:00:15 +0000 Subject: [PATCH] Cosmetic fixes. --- dlls/shell32/shlview.c | 2 +- dlls/shell32/shpolicy.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dlls/shell32/shlview.c b/dlls/shell32/shlview.c index 0a6de599a55..5fbeade5961 100644 --- a/dlls/shell32/shlview.c +++ b/dlls/shell32/shlview.c @@ -1932,7 +1932,7 @@ static HRESULT WINAPI ISVOleCmdTarget_QueryStatus( OLECMD * prgCmds, OLECMDTEXT* pCmdText) { - int i; + UINT i; _ICOM_THIS_From_IOleCommandTarget(IShellViewImpl, iface); FIXME("(%p)->(%p(%s) 0x%08lx %p %p\n", diff --git a/dlls/shell32/shpolicy.c b/dlls/shell32/shpolicy.c index c1b1cc84631..e9818faf51e 100644 --- a/dlls/shell32/shpolicy.c +++ b/dlls/shell32/shpolicy.c @@ -37,8 +37,6 @@ #include "winreg.h" #include "shell32_main.h" -#include "undocshell.h" -#include "wine/winuser16.h" #include "wine/debug.h"