Infinite recursion fix
authorJulian Smart <julian@anthemion.co.uk>
Thu, 12 Feb 2004 09:29:19 +0000 (09:29 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 12 Feb 2004 09:29:19 +0000 (09:29 +0000)
commita0d924c6966edb42be0a2c690ca8cc3bc139b211
tree5d3eca10002eb2e0b92bba7b08f645d03ccb14b0
parent89a69c601d5ab264d95dba73cb1fe00e0a5b6887
Infinite recursion fix
Viktor Voroshylo:
I did not put it in __WXWINCE__ defines as it looks like just another safeguard that will work on regular windows as well. The problem was that wxWindowMSW::MSWOnScroll is calling itself forever under winCE for wxListCtrl object.

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