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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user