mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
![]() For simplicity and short typing. JIRA issue: CORE-19469 - Replace "virtual HRESULT STDMETHODCALLTYPE m" with "STDMETHOD(m)" (m is a method name). - Replace "virtual t STDMETHODCALLTYPE m" with "STDMETHOD_(t, m)" (t is a type. m is a method name). - Use "override" keyword as possible. - CDefView should inherit IShellView3 due to override CreateViewWindow3 method. - Fix CDefView::CreateViewWindow3 (parameter prcView is const RECT *, not LPRECT). |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CMenuBand.cpp | ||
CMenuBand.h | ||
CMenuDeskBar.cpp | ||
CMenuDeskBar.h | ||
CMenuFocusManager.cpp | ||
CMenuFocusManager.h | ||
CMenuSite.cpp | ||
CMenuSite.h | ||
CMenuToolbars.cpp | ||
CMenuToolbars.h | ||
CMergedFolder.cpp | ||
CMergedFolder.h | ||
CStartMenu.cpp | ||
shellmenu.h |