Files
Aerofoil/PortabilityLayer/PLAliases.cpp

8 lines
175 B
C++
Raw Normal View History

2019-11-11 00:11:59 -05:00
#include "PLAliases.h"
OSErr ResolveAliasFile(FSSpecPtr fsSpec, Boolean recursive, Boolean *outIsFolder, Boolean *outWasAliased)
{
PL_NotYetImplemented();
return noErr;
}