aboutsummaryrefslogtreecommitdiff
path: root/C/DllSecur.h
blob: 9fa41538265ac26c09123747b7806dab8d698d2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* DllSecur.h -- DLL loading for security
2023-03-03 : Igor Pavlov : Public domain */

#ifndef ZIP7_INC_DLL_SECUR_H
#define ZIP7_INC_DLL_SECUR_H

#include "7zTypes.h"

EXTERN_C_BEGIN

#ifdef _WIN32

void My_SetDefaultDllDirectories(void);
void LoadSecurityDlls(void);

#endif

EXTERN_C_END

#endif