Files
fstester/setter/src/macos/links.h

20 lines
458 B
C
Raw Normal View History

2021-03-12 15:28:17 +00:00
//
// Created by claunia on 12/3/21.
//
#ifndef SETTER_SRC_MACOS_LINKS_H_
#define SETTER_SRC_MACOS_LINKS_H_
2021-03-14 07:13:13 +00:00
#if defined(HAVE_ALIASES_H) || !defined(HAVE_MULTIVERSE_H)
#include <Aliases.h>
#endif
#include <Files.h>
#include <MacTypes.h>
static pascal OSErr CreateAliasFile(FSSpec* targetFile, FSSpec* aliasFile, OSType fileCreator, OSType fileType);
2021-03-12 15:28:17 +00:00
const char* targetText = "This file is the target of an alias.\r";
#endif // SETTER_SRC_MACOS_LINKS_H_