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:
pinkerton%netscape.com 1999-05-11 21:31:32 +00:00
Родитель 31a4815379
Коммит 44eee344d5
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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
/*****************************************************************************/