Cosmetic fixes.
This commit is contained in:
parent
72da279d52
commit
8b9bf9ff0f
|
@ -1932,7 +1932,7 @@ static HRESULT WINAPI ISVOleCmdTarget_QueryStatus(
|
||||||
OLECMD * prgCmds,
|
OLECMD * prgCmds,
|
||||||
OLECMDTEXT* pCmdText)
|
OLECMDTEXT* pCmdText)
|
||||||
{
|
{
|
||||||
int i;
|
UINT i;
|
||||||
_ICOM_THIS_From_IOleCommandTarget(IShellViewImpl, iface);
|
_ICOM_THIS_From_IOleCommandTarget(IShellViewImpl, iface);
|
||||||
|
|
||||||
FIXME("(%p)->(%p(%s) 0x%08lx %p %p\n",
|
FIXME("(%p)->(%p(%s) 0x%08lx %p %p\n",
|
||||||
|
|
|
@ -37,8 +37,6 @@
|
||||||
#include "winreg.h"
|
#include "winreg.h"
|
||||||
|
|
||||||
#include "shell32_main.h"
|
#include "shell32_main.h"
|
||||||
#include "undocshell.h"
|
|
||||||
#include "wine/winuser16.h"
|
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue