diff options
Diffstat (limited to 'C/Delta.h')
-rw-r--r-- | C/Delta.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ | |||
1 | /* Delta.h -- Delta converter | 1 | /* Delta.h -- Delta converter |
2 | 2013-01-18 : Igor Pavlov : Public domain */ | 2 | 2023-03-03 : Igor Pavlov : Public domain */ |
3 | 3 | ||
4 | #ifndef __DELTA_H | 4 | #ifndef ZIP7_INC_DELTA_H |
5 | #define __DELTA_H | 5 | #define ZIP7_INC_DELTA_H |
6 | 6 | ||
7 | #include "7zTypes.h" | 7 | #include "7zTypes.h" |
8 | 8 | ||