mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[BROWSEUI]
* Fix gcc build. svn path=/branches/shell-experiments/; revision=63536
This commit is contained in:
parent
3a54fd538b
commit
52fc0bf57d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue