mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
[BROWSEUI]
merge r44391 from amd64 branch fix 64bit build svn path=/trunk/; revision=47545
This commit is contained in:
parent
5ec9991072
commit
fbb71f36dc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue