]> git.saurik.com Git - wxWidgets.git/commit
use WPARAM (which is 64 bit under Win64) for timer ids instead of long (which is...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Jun 2009 17:14:50 +0000 (17:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Jun 2009 17:14:50 +0000 (17:14 +0000)
commit491acfc75e9bf12806e177b655f3fb7df53e7602
treef9a62174cfbbf6ac6a259a551d867ddec881dd96
parent233f10bf15c7201e8733426cffdeb6595df539ae
use WPARAM (which is 64 bit under Win64) for timer ids instead of long (which is still 32 bit) (see #10896)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/private/timer.h
src/msw/timer.cpp