fix wxYield[IfNeeded] dll linkage (closes #10325)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-01-07 11:28:50 +00:00
parent 06fe46e2ff
commit 3828182615
2 changed files with 5 additions and 9 deletions

View File

@@ -713,16 +713,12 @@ inline struct _XDisplay *wxGetX11Display()
#define wx_YIELD_DECLARED
// Yield to other apps/messages
WXDLLIMPEXP_BASE bool wxYield();
WXDLLIMPEXP_CORE bool wxYield();
#endif // wx_YIELD_DECLARED
// Like wxYield, but fails silently if the yield is recursive.
WXDLLIMPEXP_BASE bool wxYieldIfNeeded();
// ----------------------------------------------------------------------------
// Error message functions used by wxWidgets (deprecated, use wxLog)
// ----------------------------------------------------------------------------
WXDLLIMPEXP_CORE bool wxYieldIfNeeded();
#endif
// _WX_UTILSH__