Files
reactos/sdk/lib
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
..
2018-04-22 02:53:40 +02:00
2019-11-12 19:35:43 +01:00
2019-09-19 02:39:59 +02:00
2020-01-03 13:00:45 +01:00
2018-07-01 14:45:21 +02:00
2019-04-18 19:21:37 +02:00