mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 20:11:58 +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 pidlDesktop;
|
||||
|
||||
LRESULT CDesktopBrowser::_NotifyTray(UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
LRESULT _NotifyTray(UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
public:
|
||||
CDesktopBrowser();
|
||||
|
@ -421,6 +421,8 @@ LRESULT CDesktopBrowser::OnCommand(UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
case FCIDM_DESKBROWSER_REFRESH:
|
||||
break;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
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