diff options
Diffstat (limited to '')
-rw-r--r-- | C/7zAlloc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/C/7zAlloc.h b/C/7zAlloc.h index 44778f9..b2b8b0c 100644 --- a/C/7zAlloc.h +++ b/C/7zAlloc.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* 7zAlloc.h -- Allocation functions | 1 | /* 7zAlloc.h -- Allocation functions |
2 | 2017-04-03 : Igor Pavlov : Public domain */ | 2 | 2023-03-04 : Igor Pavlov : Public domain */ |
3 | 3 | ||
4 | #ifndef __7Z_ALLOC_H | 4 | #ifndef ZIP7_INC_7Z_ALLOC_H |
5 | #define __7Z_ALLOC_H | 5 | #define ZIP7_INC_7Z_ALLOC_H |
6 | 6 | ||
7 | #include "7zTypes.h" | 7 | #include "7zTypes.h" |
8 | 8 | ||