diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-06-21 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-12-17 14:59:19 +0500 |
commit | 5b39dc76f1bc82f941d5c800ab9f34407a06b53a (patch) | |
tree | fe5e17420300b715021a76328444088d32047963 /C/DllSecur.h | |
parent | 93be7d4abfd4233228f58ee1fbbcd76d91be66a4 (diff) | |
download | 7zip-23.01.tar.gz 7zip-23.01.tar.bz2 7zip-23.01.zip |
23.0123.01
Diffstat (limited to 'C/DllSecur.h')
-rw-r--r-- | C/DllSecur.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/C/DllSecur.h b/C/DllSecur.h index 64ff26c..9fa4153 100644 --- a/C/DllSecur.h +++ b/C/DllSecur.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* DllSecur.h -- DLL loading for security | 1 | /* DllSecur.h -- DLL loading for security |
2 | 2018-02-19 : Igor Pavlov : Public domain */ | 2 | 2023-03-03 : Igor Pavlov : Public domain */ |
3 | 3 | ||
4 | #ifndef __DLL_SECUR_H | 4 | #ifndef ZIP7_INC_DLL_SECUR_H |
5 | #define __DLL_SECUR_H | 5 | #define ZIP7_INC_DLL_SECUR_H |
6 | 6 | ||
7 | #include "7zTypes.h" | 7 | #include "7zTypes.h" |
8 | 8 | ||