replaced ++/-- with InterlockedInc/Decrement for accessing global vars
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Oct 2000 00:19:13 +0000 (00:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Oct 2000 00:19:13 +0000 (00:19 +0000)
commit4d1c1c3c70f516e858ab076013641d41436cfe4e
treea63549a4cf2a034851325ec1172bde02e6228ae4
parentbbee61e50e290b529d31bac2deea6bacd95dec14
replaced ++/-- with InterlockedInc/Decrement for accessing global vars
also cleaned wxConditionInternal code a bit (more)

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