wxRunningEventLoopCount is only defined when wxUSE_THREADS==1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-03-02 03:06:52 +00:00
parent 36e6f51a0f
commit ec6146c7a6

View File

@@ -32,7 +32,7 @@
// see the comment near the declaration of wxRunningEventLoopCount in // see the comment near the declaration of wxRunningEventLoopCount in
// src/msw/thread.cpp for the explanation of this hack // src/msw/thread.cpp for the explanation of this hack
#ifdef __WXMSW__ #if defined(__WXMSW__) && wxUSE_THREADS
extern WXDLLIMPEXP_DATA_BASE(int) wxRunningEventLoopCount; extern WXDLLIMPEXP_DATA_BASE(int) wxRunningEventLoopCount;
struct wxRunningEventLoopCounter struct wxRunningEventLoopCounter