mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Working up to start of menu loading
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include "PLAliases.h"
|
||||
|
||||
OSErr ResolveAliasFile(FSSpecPtr fsSpec, Boolean recursive, Boolean *outIsFolder, Boolean *outWasAliased)
|
||||
{
|
||||
PL_NotYetImplemented();
|
||||
{
|
||||
*outIsFolder = PL_FALSE;
|
||||
*outWasAliased = PL_FALSE;
|
||||
return noErr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user