Will crash on 64bit win10.
Bestoa opened this issue · 0 comments
Bestoa commented
Win10 64bit still use 32bit LONG, so GetWindowLongPtr will return a garbage when use LONG in SetWindowLongPtr.
Please refer to https://blogs.msdn.microsoft.com/oldnewthing/20131226-00/?p=2263/
Should be fixed by this CL: #35