check whether there is a critical window and don't process events then (this is neede...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Jul 2005 23:01:05 +0000 (23:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Jul 2005 23:01:05 +0000 (23:01 +0000)
commita3dc1da946b0e86e786e1babea6ca68d5813f342
tree117dd832f45d60778b54032ee22d558d74d23173
parentc707a0d410c403d24764a3eab06c365b92265951
check whether there is a critical window and don't process events then (this is needed as sometimes window proc is called directly without passing by wxEventLoop)

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