Hi guys, Please have look at this line https://github.com/Win32-WTL/WTL/blob/a95669345fb0b3c8be5c2607aa844f6adda7b28d/Include/atlcrack.h#L175 which assumes `wParam` is an `HDC`, but from the ms doc https://learn.microsoft.com/en-us/windows/win32/gdi/wm-paint#parameters `wParam` is nothing. How does this happen?
Hi guys,
Please have look at this line
WTL/Include/atlcrack.h
Line 175 in a956693
wParamis anHDC, but from the ms doc https://learn.microsoft.com/en-us/windows/win32/gdi/wm-paint#parameterswParamis nothing. How does this happen?