reactos/base
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
..
applications [MSPAINT] Update Russian (ru-RU) translation 2024-02-28 21:16:05 +03:00
services [UMPNPMGR] PNP_RegisterNotification(): Fix a string format (#6211) 2023-12-23 21:50:47 +01:00
setup [SETUP:REACTOS] Set the default language and keyboard layout at startup 2024-02-26 12:45:43 +01:00
shell [RSHELL] Use STDMETHOD macro and keyword override (#6575) 2024-03-03 10:14:05 +09:00
system [DISKPART] Update Romanian (ro-RO) translation (#6436) 2024-02-11 22:56:56 +01:00
CMakeLists.txt