use wxCriticalSection instead of CRITICAL_SECTION and, more importantly, wxCSLocker...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Dec 2008 19:32:12 +0000 (19:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Dec 2008 19:32:12 +0000 (19:32 +0000)
commitf2c94e8af58f85d60197de8245d987a602451323
tree1e73ed54aeb8062ae7f1319e2efac0a591946c83
parent116de9914878c202141f0ea20251a451593a52c9
use wxCriticalSection instead of CRITICAL_SECTION and, more importantly, wxCSLocker instead of manually entering/leaving it

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