fixed STC under Win64: as wxStyledTextCtrl::SendMsg() used (32 bit) long arguments...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Jun 2008 13:56:59 +0000 (13:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Jun 2008 13:56:59 +0000 (13:56 +0000)
commitb796ba39311830b11e375de10ca2378f501c5b8c
treeed0ae8d27b222e2d5fb2bda5213bbc5ed53bf062
parent88e4e082bf294d78bf24caa2d181c124c1a7f431
fixed STC under Win64: as wxStyledTextCtrl::SendMsg() used (32 bit) long arguments, passing (64 bit) pointers to it almost certainly didn't work

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/defs.h
include/wx/stc/stc.h
src/stc/PlatWX.cpp
src/stc/gen_iface.py
src/stc/stc.cpp
src/stc/stc.cpp.in
src/stc/stc.h.in