2019-11-11 00:11:59 -05:00
|
|
|
#include "PLAliases.h"
|
|
|
|
|
|
|
|
|
|
OSErr ResolveAliasFile(FSSpecPtr fsSpec, Boolean recursive, Boolean *outIsFolder, Boolean *outWasAliased)
|
2019-12-12 23:37:40 -05:00
|
|
|
{
|
|
|
|
|
*outIsFolder = PL_FALSE;
|
|
|
|
|
*outWasAliased = PL_FALSE;
|
2019-11-11 00:11:59 -05:00
|
|
|
return noErr;
|
|
|
|
|
}
|