reactos/base/shell/rshell
Katayama Hirofumi MZ 5627da4205
[RSHELL] Use STDMETHOD macro and keyword override (#6575)
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.
2024-03-03 10:14:05 +09:00
..
CMakeLists.txt
CQuickLaunchBand.cpp
CQuickLaunchBand.h [RSHELL] Use STDMETHOD macro and keyword override (#6575) 2024-03-03 10:14:05 +09:00
misc.cpp
rshell.spec