Disable wxEvtHandler::CallAfter() for VC6, it's too broken for it.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Oct 2012 00:17:15 +0000 (00:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Oct 2012 00:17:15 +0000 (00:17 +0000)
commit8f6bb2602bfbd09e6fed1759bdc0211fd6a68473
treef1147cb10e6b3ab9ca77feaced41b39eddbf953a
parent25db2c25bc488fcdd10cc5d2fd4938fd78b1cf0e
Disable wxEvtHandler::CallAfter() for VC6, it's too broken for it.

There is no clear way to implement wxRemoveRef() for VC6 so just disable it,
and CallAfter() as it relies on it, for this compiler.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/event.h
include/wx/meta/removeref.h
interface/wx/event.h