danginsburg/opengles3-book

Will crash on 64bit win10.

Bestoa opened this issue · 0 comments

Win10 64bit still use 32bit LONG, so GetWindowLongPtr will return a garbage when use LONG in Set­Window­Long­Ptr.
Please refer to https://blogs.msdn.microsoft.com/oldnewthing/20131226-00/?p=2263/

Should be fixed by this CL: #35