summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/C/Delta.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/C/Delta.h')
-rw-r--r--3rdparty/lzma/C/Delta.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/lzma/C/Delta.h b/3rdparty/lzma/C/Delta.h
index 2fa54ad67b3..706095417aa 100644
--- a/3rdparty/lzma/C/Delta.h
+++ b/3rdparty/lzma/C/Delta.h
@@ -1,8 +1,8 @@
/* Delta.h -- Delta converter
-2013-01-18 : Igor Pavlov : Public domain */
+2023-03-03 : Igor Pavlov : Public domain */
-#ifndef __DELTA_H
-#define __DELTA_H
+#ifndef ZIP7_INC_DELTA_H
+#define ZIP7_INC_DELTA_H
#include "7zTypes.h"