Files
reactos/sdk/lib
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
..
2022-03-15 22:54:17 -04:00
2022-08-26 00:44:46 +02:00
2018-04-22 02:53:40 +02:00
2019-09-19 02:39:59 +02:00