]> git.saurik.com Git - wxWidgets.git/commit - src/msw/textctrl.cpp
64 bit compilation fix for wxTextCtrl in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:09:18 +0000 (02:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:09:18 +0000 (02:09 +0000)
commit3d37e56c0bf28b0cf684628c6af538354d63fc62
treec5b1013946c20c0b388cb8cbe731cb727fa770c1
parentfe218f1e4ba6548606a15e231f2982c9f25d77b7
64 bit compilation fix for wxTextCtrl in wxMSW.

Use DWORD_PTR instead of DWORD for a pointer.

This was already done for another occurrence of the same cast in r58564 but
somehow this one fell through the cracks.

Close #14949.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/textctrl.cpp