Changelog * dlls/shell32/shlview.c fix signed/unsigned mismatch * dlls/shell32/shpolicy.c remove unneeded includes License: X11/LGPL Rolf Kalbermatter Index: dlls/shell32/shlview.c =================================================================== RCS file: /home/wine/wine/dlls/shell32/shlview.c,v retrieving revision 1.74 diff -u -r1.74 shlview.c --- dlls/shell32/shlview.c 21 Jan 2003 19:28:36 -0000 1.74 +++ dlls/shell32/shlview.c 26 Mar 2003 16:42:32 -0000 @@ -1932,7 +1932,7 @@ OLECMD * prgCmds, OLECMDTEXT* pCmdText) { - int i; + UINT i; _ICOM_THIS_From_IOleCommandTarget(IShellViewImpl, iface); FIXME("(%p)->(%p(%s) 0x%08lx %p %p\n", Index: dlls/shell32/shpolicy.c =================================================================== RCS file: /home/wine/wine/dlls/shell32/shpolicy.c,v retrieving revision 1.14 diff -u -r1.14 shpolicy.c --- dlls/shell32/shpolicy.c 23 Mar 2003 20:03:30 -0000 1.14 +++ dlls/shell32/shpolicy.c 26 Mar 2003 16:44:28 -0000 @@ -37,8 +37,6 @@ #include "winreg.h" #include "shell32_main.h" -#include "undocshell.h" -#include "wine/winuser16.h" #include "wine/debug.h"