Files
reactos/sdk/lib/atl
Mark Jansen a414c88dae [ATL] Prohibit the use of AddRef/Release on objects inside CComPtr
This mimics what MS's CComPtr is doing:
https://learn.microsoft.com/en-us/cpp/atl/reference/ccomptrbase-class?view=msvc-170#operator_ptr
The reasoning behind this is that AddRef/Release is handled by the CComPtr,
so anyone calling that is most likely not using the CComPtr correct.
2022-10-02 00:38:23 +02:00
..
2019-04-18 19:21:37 +02:00
2019-12-23 20:19:48 +09:00
2022-03-07 11:02:42 +09:00