[BROWSEUI]

merge r44391 from amd64 branch
fix 64bit build


svn path=/trunk/; revision=47545
This commit is contained in:
Timo Kreuzer 2010-06-03 17:44:52 +00:00
parent 5ec9991072
commit fbb71f36dc

View file

@ -282,7 +282,7 @@ void CToolbarProxy::Initialize(HWND parent, IUnknown *explorerToolbar)
LRESULT CToolbarProxy::OnAddBitmap(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
{
LRESULT result;
long int result;
HRESULT hResult;
result = 0;