1370b324cSopenharmony_ci/* DllSecur.h -- DLL loading for security 2370b324cSopenharmony_ci2023-03-03 : Igor Pavlov : Public domain */ 3370b324cSopenharmony_ci 4370b324cSopenharmony_ci#ifndef ZIP7_INC_DLL_SECUR_H 5370b324cSopenharmony_ci#define ZIP7_INC_DLL_SECUR_H 6370b324cSopenharmony_ci 7370b324cSopenharmony_ci#include "7zTypes.h" 8370b324cSopenharmony_ci 9370b324cSopenharmony_ciEXTERN_C_BEGIN 10370b324cSopenharmony_ci 11370b324cSopenharmony_ci#ifdef _WIN32 12370b324cSopenharmony_ci 13370b324cSopenharmony_civoid My_SetDefaultDllDirectories(void); 14370b324cSopenharmony_civoid LoadSecurityDlls(void); 15370b324cSopenharmony_ci 16370b324cSopenharmony_ci#endif 17370b324cSopenharmony_ci 18370b324cSopenharmony_ciEXTERN_C_END 19370b324cSopenharmony_ci 20370b324cSopenharmony_ci#endif 21