reactos/sdk/lib/atl
Hermès Bélusca-Maïto 1a231e1e70
[SDK:ATL] Fix the size of the ATL_WNDCLASSINFOW::m_szAutoName member according to the actual MS-compatible auto-generated window class name.
The autogenerated name has the format:
    "ATL:<hexadecimal_digits_of_pointer><NULL-terminator>"

and the number of hex digits in 0xABCD1234 (for 32-bit == 4-byte)
pointers (without the '0x') is 8 == 4*2, and for 64-bit == 8-byte
pointers (e.g. 0xABCDEF0123456789) is 16 == 8*2.
2020-01-15 01:14:03 +01:00
..
atlalloc.h
atlbase.h [ATL][ATLTEST] Adapt to RATL and improvements (#1501) 2019-04-20 08:35:39 +09:00
atlcoll.h [ATL] Suppress GCC8 warning in RelocateElements, fix build. 2019-10-31 02:44:20 +03:00
atlcom.h
atlcomcli.h
atlcore.h [ATL] Retire atlnew 2019-04-18 19:21:37 +02:00
atldef.h [ATL][ATLTEST] Adapt to RATL and improvements (#1501) 2019-04-20 08:35:39 +09:00
atlexcept.h
atlfile.h [ATL][ATLTEST] Adapt to RATL and improvements (#1501) 2019-04-20 08:35:39 +09:00
atlimage.h [SDK][ATL] Use CStringW in CImage 2019-12-23 20:19:48 +09:00
atlmem.h
atlpath.h
atlsimpcoll.h [PSDK][CRT] Add some casts to make GCC 8 happy 2019-07-20 13:56:18 +02:00
atlsimpstr.h
atlstr.h
atltime.h
atltypes.h [ATL] Add CRect::PtInRect 2019-06-26 21:20:43 +02:00
atlwin.h [SDK:ATL] Fix the size of the ATL_WNDCLASSINFOW::m_szAutoName member according to the actual MS-compatible auto-generated window class name. 2020-01-15 01:14:03 +01:00
cstringt.h
statreg.h