mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
49b2b1dab1
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). |
||
---|---|---|
.. | ||
CexeDropHandler.cpp | ||
CexeDropHandler.h | ||
CFSDropTarget.cpp | ||
CFSDropTarget.h | ||
CRecyclerDropTarget.cpp |