reactos/dll/win32/browseui/shellfind
Katayama Hirofumi MZ bb297bc351
[BROWSEUI] Use STDMETHOD macro and keyword override (#6569)
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-05 00:53:11 +09:00
..
CFindFolder.cpp
CFindFolder.h
CMakeLists.txt
CSearchBar.cpp
CSearchBar.h [BROWSEUI] Use STDMETHOD macro and keyword override (#6569) 2024-03-05 00:53:11 +09:00
shellfind.h