mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Remove pascal declaration for CreateAliasFile (not really needed anyway).
This commit is contained in:
@@ -42,9 +42,8 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
#include "links.h"
|
||||
#include "macos.h"
|
||||
|
||||
static pascal OSErr CreateAliasFile(FSSpec* targetFile, FSSpec* aliasFile, OSType fileCreator, OSType fileType)
|
||||
static OSErr CreateAliasFile(FSSpec* targetFile, FSSpec* aliasFile, OSType fileCreator, OSType fileType)
|
||||
{
|
||||
short rsrcID;
|
||||
short aliasRefnum;
|
||||
FInfo finf;
|
||||
OSErr err;
|
||||
|
||||
@@ -31,7 +31,7 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
|
||||
#include <Files.h>
|
||||
|
||||
static pascal OSErr CreateAliasFile(FSSpec* targetFile, FSSpec* aliasFile, OSType fileCreator, OSType fileType);
|
||||
static OSErr CreateAliasFile(FSSpec* targetFile, FSSpec* aliasFile, OSType fileCreator, OSType fileType);
|
||||
|
||||
const char* targetText = "This file is the target of an alias.\r";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user