added cw6 fixes and patrick's patches

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2000-12-10 14:41:41 +00:00
parent ca36c2cc8f
commit e9d7ad4dbf
3 changed files with 2 additions and 2 deletions

View File

@@ -801,7 +801,7 @@ bool wxThreadModule::OnInit()
long response;
bool hasThreadManager ;
hasThreadManager = Gestalt( gestaltThreadMgrAttr, &response) == noErr && response & 1;
#if GENERATINGPOWERPC || GENERATINGCFM
#if TARGET_RT_MAC_CFM
// verify presence of shared library
hasThreadManager = hasThreadManager && ((Ptr)NewThread != (Ptr)kUnresolvedCFragSymbolAddress);
#endif

View File

@@ -801,7 +801,7 @@ bool wxThreadModule::OnInit()
long response;
bool hasThreadManager ;
hasThreadManager = Gestalt( gestaltThreadMgrAttr, &response) == noErr && response & 1;
#if GENERATINGPOWERPC || GENERATINGCFM
#if TARGET_RT_MAC_CFM
// verify presence of shared library
hasThreadManager = hasThreadManager && ((Ptr)NewThread != (Ptr)kUnresolvedCFragSymbolAddress);
#endif

Binary file not shown.