X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d4b632ba3c0e5e5c43412d2d7a2b485b8fcebf2..7b9da2077d0975db6c965a85c91d5aca671ab5e3:/src/os2/thread.cpp?ds=sidebyside diff --git a/src/os2/thread.cpp b/src/os2/thread.cpp index 80eef6b2e2..51c3dd4f42 100644 --- a/src/os2/thread.cpp +++ b/src/os2/thread.cpp @@ -777,5 +777,10 @@ bool WXDLLEXPORT wxGuiOwnedByMainThread() return s_bGuiOwnedByMainThread; } +bool WXDLLEXPORT wxIsWaitingForThread() +{ + return s_bWaitingForThread; +} + #endif // wxUSE_THREADS