Make wxEVT_SCROLL_ENDSCROLL a #define in event.h so that new applications
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Thu, 30 Jun 2005 00:52:05 +0000 (00:52 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Thu, 30 Jun 2005 00:52:05 +0000 (00:52 +0000)
commit07514334147e80f763e6dac075f96c64836f5a8c
treec6ec80af490225c494f86ee84ace3138c7403627
parent97799a969b514d215483d3c0106e65654dde8acf
Make wxEVT_SCROLL_ENDSCROLL a #define in event.h so that new applications
won't depend on it, and so will be compatible with 2.6.1 libs. But still
define and export it in event.cpp so that 2.6.0 apps will be able to use
2.6.1.1 libs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/event.h
src/common/event.cpp