reactos/base/shell
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
..
cmd [CMD] Enable Ctrl+H (^H) as backspace (#6562) 2024-03-01 22:51:57 +09:00
explorer [EXPLORER][SHELL32] Strengthen Start Menu Customize Part 1 (#6544) 2024-02-27 20:41:43 +09:00
filebrowser [FILEBROWSER] 2018-11-27 10:33:45 +02:00
progman Revert my last commits that break build. 2023-11-23 17:20:47 +01:00
rshell [RSHELL] Use STDMETHOD macro and keyword override (#6575) 2024-03-03 10:14:05 +09:00
CMakeLists.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00