No real changes, just clean up wxAbortProc mess.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 May 2010 12:19:53 +0000 (12:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 May 2010 12:19:53 +0000 (12:19 +0000)
commit5009cb6accf219ec5ce6010b9b1ea88bece64e03
treed5e8015e1301fc945718761d8a97e71e9732ccb1
parent79d81c45ca3e1b6c6d0c8712986e0b3ab42ad28f
No real changes, just clean up wxAbortProc mess.

Remove m_lpAbortProc which is not needed at all and just requires ugly casts
because its type was different from the real type of wxAbortProc.

Get rid of the rest of the old Win16 code.

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