mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Remove unused MacOS code.
This commit is contained in:
@@ -5,6 +5,15 @@
|
||||
#ifndef SETTER_SRC_MACOS_LINKS_H_
|
||||
#define SETTER_SRC_MACOS_LINKS_H_
|
||||
|
||||
#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);
|
||||
|
||||
const char* targetText = "This file is the target of an alias.\r";
|
||||
|
||||
#endif // SETTER_SRC_MACOS_LINKS_H_
|
||||
|
||||
Reference in New Issue
Block a user