[BROWSEUI]

* Fix gcc build.

svn path=/branches/shell-experiments/; revision=63536
This commit is contained in:
David Quintana 2014-06-02 21:37:26 +00:00
parent 3a54fd538b
commit 52fc0bf57d

View file

@ -3352,7 +3352,7 @@ LRESULT CShellBrowser::RelayCommands(UINT uMsg, WPARAM wParam, LPARAM lParam, BO
static HRESULT ExplorerMessageLoop(IEThreadParamBlock * parameters)
{
CComPtr<CComObject<CShellBrowser>> theCabinet;
CComPtr< CComObject<CShellBrowser> > theCabinet;
HRESULT hResult;
MSG Msg;
BOOL Ret;