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
..
3rdparty [CMAKE] Do not use USE_CLANG_CL variable in CMake scripts 2022-05-27 01:37:37 +03:00
atl [ATL] Prohibit the use of AddRef/Release on objects inside CComPtr 2022-10-02 00:38:23 +02:00
cmlib [BOOT][SDK:CMLIB] Compile a CMLIB for FreeLdr / NT bootloader with correct definitions. (#4619) 2022-08-22 22:08:02 +02:00
comsupp [COMSUPP] Relicense as BSD. 2022-03-15 22:54:17 -04:00
conutils
cportlib
cpprt
crt [CRT] Implement portable ceil/floor 2022-08-26 00:44:46 +02:00
cryptlib
debugsup
delayimp
dmilib
dnslib
drivers [IP] AddrCountPrefixBits(): Fix loop condition (#4556) 2022-06-25 17:14:03 +02:00
dxguid
epsapi
evtlib
fast486
fslib [BTRFS][UBTRFS][SHELLBTRFS] Upgrade to 1.7.8 (#4417) 2022-05-03 17:30:11 +02:00
gcc_ssp
inflib
ioevent
lsalib
nt
pseh
rossym
rossym_new
rtl [NTOS][RTL] Initialize MxCsr where missing 2022-08-22 11:22:08 +02:00
runtmchk [REACTOS] Finally get some ARM64 applications building (#4517) 2022-05-25 17:06:32 +03:00
scrnsave
skiplist
smlib
strmiids
tdilib
tzlib
udmihelp
uuid
wdmguid
CMakeLists.txt