mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 19:02:29 +00:00
Try to fix build
svn path=/trunk/; revision=65558
This commit is contained in:
parent
8492b3df2a
commit
d45dcc697d
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,7 @@ private:
|
||||||
LPITEMIDLIST pidlDesktopDirectory;
|
LPITEMIDLIST pidlDesktopDirectory;
|
||||||
LPITEMIDLIST pidlDesktop;
|
LPITEMIDLIST pidlDesktop;
|
||||||
|
|
||||||
LRESULT CDesktopBrowser::_NotifyTray(UINT uMsg, WPARAM wParam, LPARAM lParam);
|
LRESULT _NotifyTray(UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
CDesktopBrowser();
|
CDesktopBrowser();
|
||||||
|
@ -421,6 +421,8 @@ LRESULT CDesktopBrowser::OnCommand(UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||||
case FCIDM_DESKBROWSER_REFRESH:
|
case FCIDM_DESKBROWSER_REFRESH:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
LRESULT CALLBACK CDesktopBrowser::ProgmanWindowProc(IN HWND hwnd, IN UINT uMsg, IN WPARAM wParam, IN LPARAM lParam)
|
LRESULT CALLBACK CDesktopBrowser::ProgmanWindowProc(IN HWND hwnd, IN UINT uMsg, IN WPARAM wParam, IN LPARAM lParam)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue