summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/C/DllSecur.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/C/DllSecur.h')
-rw-r--r--3rdparty/lzma/C/DllSecur.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/3rdparty/lzma/C/DllSecur.h b/3rdparty/lzma/C/DllSecur.h
index e01f2247dcc..9fa41538265 100644
--- a/3rdparty/lzma/C/DllSecur.h
+++ b/3rdparty/lzma/C/DllSecur.h
@@ -1,8 +1,8 @@
/* DllSecur.h -- DLL loading for security
-2016-06-08 : Igor Pavlov : Public domain */
+2023-03-03 : Igor Pavlov : Public domain */
-#ifndef __DLL_SECUR_H
-#define __DLL_SECUR_H
+#ifndef ZIP7_INC_DLL_SECUR_H
+#define ZIP7_INC_DLL_SECUR_H
#include "7zTypes.h"
@@ -10,7 +10,8 @@ EXTERN_C_BEGIN
#ifdef _WIN32
-void LoadSecurityDlls();
+void My_SetDefaultDllDirectories(void);
+void LoadSecurityDlls(void);
#endif