some of the timer stuff in here (which we don't use) doesn't like the WWDC Carbon Headers. #ifdef'd out for TARGET_CARBON.
git-svn-id: svn://10.0.0.236/trunk@31139 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6e22c9bf4f
commit
4d6276cd97
@ -707,7 +707,10 @@ static long GetDirModDate(short vRefNum,
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#if !TARGET_CARBON
|
||||
/* NSCP - pinkerton
|
||||
* some of the timer stuff is mismatched for carbon. We don't use it anyway.
|
||||
*/
|
||||
pascal OSErr IndexedSearch(CSParamPtr pb,
|
||||
long dirID)
|
||||
{
|
||||
@ -982,6 +985,7 @@ pascal OSErr IndexedSearch(CSParamPtr pb,
|
||||
|
||||
return ( result );
|
||||
}
|
||||
#endif
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user