Adds 7z sdk to 3rdparty

This commit is contained in:
RipleyTom
2019-09-13 23:02:10 +02:00
committed by Megamouse
parent f7ebc55326
commit 56e6dd1c46
84 changed files with 26078 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
/* DllSecur.h -- DLL loading for security
2018-02-19 : Igor Pavlov : Public domain */
#ifndef __DLL_SECUR_H
#define __DLL_SECUR_H
#include "7zTypes.h"
EXTERN_C_BEGIN
#ifdef _WIN32
void My_SetDefaultDllDirectories();
void LoadSecurityDlls();
#endif
EXTERN_C_END
#endif