]> git.tdb.fi Git - libs/gui.git/commit
Use Get/SetWindowLongPtr
authorMikko Rasa <tdb@tdb.fi>
Mon, 17 Jun 2019 22:34:52 +0000 (01:34 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 17 Jun 2019 22:36:52 +0000 (01:36 +0300)
commite16e661417f5ba370ec77da9cb1858d3477ad780
tree850704a6ee712316b5842e86922e6965e7009729
parent4727c8ca14f2d278a74e0abe64b7a31e68238a8a
Use Get/SetWindowLongPtr

Since sizeof(long) != sizeof(void *) on Windows, the non-Ptr versions do
not work properly on 64-bit Windows.
source/graphics/windows/window.cpp