Fix inclusion guards.

This commit is contained in:
2021-03-14 19:18:18 +00:00
parent 7cc2dcd989
commit f4ebb40f33
28 changed files with 78 additions and 73 deletions

View File

@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_SRC_MACOS_ATTR_H_
#define SETTER_SRC_MACOS_ATTR_H_
#ifndef AARU_FSTESTER_SETTER_SRC_MACOS_ATTR_H_
#define AARU_FSTESTER_SETTER_SRC_MACOS_ATTR_H_
#if defined(HAVE_FILE_TYPES_AND_CREATORS_H) || !defined(HAVE_MULTIVERSE_H)
#include <FileTypesAndCreators.h>
@@ -284,4 +284,4 @@ static const mac_attr_tests_t mac_attrs[KNOWN_MAC_ATTRS] = {"\pNONE",
ostUnknown,
{0, 0}};
#endif // SETTER_SRC_MACOS_ATTR_H_
#endif // AARU_FSTESTER_SETTER_SRC_MACOS_ATTR_H_

View File

@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_SRC_MACOS_LINKS_H_
#define SETTER_SRC_MACOS_LINKS_H_
#ifndef AARU_FSTESTER_SETTER_SRC_MACOS_LINKS_H_
#define AARU_FSTESTER_SETTER_SRC_MACOS_LINKS_H_
#if defined(HAVE_ALIASES_H) || !defined(HAVE_MULTIVERSE_H)
#include <Aliases.h>
@@ -36,4 +36,4 @@ static pascal OSErr CreateAliasFile(FSSpec* targetFile, FSSpec* aliasFile, OSTyp
const char* targetText = "This file is the target of an alias.\r";
#endif // SETTER_SRC_MACOS_LINKS_H_
#endif // AARU_FSTESTER_SETTER_SRC_MACOS_LINKS_H_

View File

@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_SETTER_MACINTOSH_H
#define AARU_FSTESTER_SETTER_MACINTOSH_H
#ifndef AARU_FSTESTER_SETTER_SRC_MACOS_H
#define AARU_FSTESTER_SETTER_SRC_MACOS_H
#include <MacTypes.h>

View File

@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_SRC_MACOS_RETRO68_H_
#define SETTER_SRC_MACOS_RETRO68_H_
#ifndef AARU_FSTESTER_SETTER_SRC_MACOS_RETRO68_H_
#define AARU_FSTESTER_SETTER_SRC_MACOS_RETRO68_H_
#define FOUR_CHAR_CODE(x) (x)
@@ -150,4 +150,4 @@ enum
rAliasType = FOUR_CHAR_CODE('alis') /* Aliases are stored as resources of this type */
};
#endif // SETTER_SRC_MACOS_RETRO68_H_
#endif // AARU_FSTESTER_SETTER_SRC_MACOS_RETRO68_H_

View File

@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_SRC_MACOS_RSRCFORK_H_
#define SETTER_SRC_MACOS_RSRCFORK_H_
#ifndef AARU_FSTESTER_SETTER_SRC_MACOS_RSRCFORK_H_
#define AARU_FSTESTER_SETTER_SRC_MACOS_RSRCFORK_H_
static OSErr SaveResourceToNewFile(int16_t vRefNum,
int32_t dirID,
@@ -861,4 +861,4 @@ const unsigned char PictResource[9874] = {
0xF1, 0xDE, 0x02, 0xE0, 0xE6, 0xCA, 0xFC, 0xCE, 0x03, 0xCC, 0xC3, 0xD9, 0xF3, 0xF2, 0xEF, 0x81, 0xFF, 0xEF, 0xFF,
0x02, 0xF5, 0xF7, 0xF7, 0xFE, 0xF8, 0x01, 0xF6, 0xF3, 0xF0, 0xFF, 0x00, 0xFF};
#endif // SETTER_SRC_MACOS_RSRCFORK_H_
#endif // AARU_FSTESTER_SETTER_SRC_MACOS_RSRCFORK_H_

View File

@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_SRC_MACOS_TIME_H_
#define SETTER_SRC_MACOS_TIME_H_
#ifndef AARU_FSTESTER_SETTER_SRC_MACOS_TIME_H_
#define AARU_FSTESTER_SETTER_SRC_MACOS_TIME_H_
#define DATETIME_FORMAT "This file is dated %s for %s\r"
#define MAXDATETIME "2040/02/06 06:28:15"
@@ -67,4 +67,4 @@ static const mac_time_tests_t mac_times[KNOWN_MAC_TIMES] = {
Y2KTIMESTAMP, Y2KTIMESTAMP, "all", Y2KDATETIME,
};
#endif // SETTER_SRC_MACOS_TIME_H_
#endif // AARU_FSTESTER_SETTER_SRC_MACOS_TIME_H_