mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[BROWSEUI]
* Fix gcc build. svn path=/branches/shell-experiments/; revision=63536
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user