mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix inclusion guards.
This commit is contained in:
@@ -22,6 +22,9 @@ Aaru Data Preservation Suite
|
||||
Copyright (C) 2011-2021 Natalia Portillo
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef AARU_FSTESTER_SETTER_SRC_OS2_32BIT_ATTR_H_
|
||||
#define AARU_FSTESTER_SETTER_SRC_OS2_32BIT_ATTR_H_
|
||||
|
||||
unsigned char CommentsEA[72] = {
|
||||
0x45, 0x00, 0x00, 0x00, 0x00, 0x09, 0x33, 0x00, 0x2E, 0x43, 0x4F, 0x4D, 0x4D, 0x45, 0x4E, 0x54, 0x53, 0x00,
|
||||
0xFD, 0xFF, 0x2E, 0x00, 0x54, 0x68, 0x69, 0x73, 0x20, 0x45, 0x41, 0x20, 0x63, 0x6F, 0x6E, 0x74, 0x61, 0x69,
|
||||
@@ -221,3 +224,5 @@ unsigned char IconEA[3516] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00};
|
||||
|
||||
#endif // AARU_FSTESTER_SETTER_SRC_OS2_32BIT_ATTR_H_
|
||||
|
||||
@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
|
||||
Copyright (C) 2011-2021 Natalia Portillo
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef SETTER_SRC_OS2_ATTR_H_
|
||||
#define SETTER_SRC_OS2_ATTR_H_
|
||||
#ifndef AARU_FSTESTER_SETTER_SRC_OS2_ATTR_H_
|
||||
#define AARU_FSTESTER_SETTER_SRC_OS2_ATTR_H_
|
||||
|
||||
#include <os2.h>
|
||||
|
||||
@@ -106,6 +106,6 @@ static const os2_attr_tests_t os2_attrs[KNOWN_OS2_ATTRS] = {
|
||||
FILE_ARCHIVED | FILE_SYSTEM | FILE_HIDDEN | FILE_READONLY},
|
||||
};
|
||||
|
||||
#endif // SETTER_SRC_OS2_ATTR_H_
|
||||
#endif // AARU_FSTESTER_SETTER_SRC_OS2_ATTR_H_
|
||||
|
||||
#endif
|
||||
@@ -22,8 +22,8 @@ Aaru Data Preservation Suite
|
||||
Copyright (C) 2011-2021 Natalia Portillo
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef AARU_FSTESTER_SETTER_OS2_H
|
||||
#define AARU_FSTESTER_SETTER_OS2_H
|
||||
#ifndef AARU_FSTESTER_SETTER_SRC_OS2_H
|
||||
#define AARU_FSTESTER_SETTER_SRC_OS2_H
|
||||
|
||||
#include <os2.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user