Cosmetic fixes.

This commit is contained in:
Rolf Kalbermatter 2003-03-27 00:00:15 +00:00 committed by Alexandre Julliard
parent 72da279d52
commit 8b9bf9ff0f
2 changed files with 1 additions and 3 deletions

View File

@ -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",

View File

@ -37,8 +37,6 @@
#include "winreg.h"
#include "shell32_main.h"
#include "undocshell.h"
#include "wine/winuser16.h"
#include "wine/debug.h"