Fixed configure/linkage for non-threaded case.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-03-11 10:37:09 +00:00
parent 7e72761c5e
commit 80cb83bef2
6 changed files with 240 additions and 229 deletions

View File

@@ -13,10 +13,6 @@
#ifndef __THREADH__
#define __THREADH__
#ifdef __GNUG__
#pragma interface "thread.h"
#endif
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
@@ -25,6 +21,10 @@
#include "wx/setup.h"
#if wxUSE_THREADS
/* otherwise we get undefined references for non-thread case (KB)*/
#ifdef __GNUG__
#pragma interface "thread.h"
#endif
// Windows headers define it
#ifdef Yield