mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
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.
This commit is contained in:
parent
31a4815379
commit
44eee344d5
@ -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…
Reference in New Issue
Block a user