Files
wxWidgets/include
Vadim Zeitlin 892fb7f2d5 Use "__declspec(nothrow)" when overriding IUnknown functions
Use STDMETHOD and STDMETHOD_ macros instead of STDMETHODIMP[_] to get
the Microsoft-specific exception specification which is present in the
former macros but not the latter ones and avoid clang warning about
overriding the base class virtual function using laxer exception
specification.
2026-04-18 18:19:54 +02:00
..