aboutsummaryrefslogtreecommitdiff
path: root/C/DllSecur.h
diff options
context:
space:
mode:
Diffstat (limited to 'C/DllSecur.h')
-rw-r--r--C/DllSecur.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/C/DllSecur.h b/C/DllSecur.h
index 023c509..4c11356 100644
--- a/C/DllSecur.h
+++ b/C/DllSecur.h
@@ -1,5 +1,5 @@
/* DllSecur.h -- DLL loading for security
-2016-06-08 : Igor Pavlov : Public domain */
+2018-02-19 : Igor Pavlov : Public domain */
#ifndef __DLL_SECUR_H
#define __DLL_SECUR_H
@@ -10,6 +10,7 @@ EXTERN_C_BEGIN
#ifdef _WIN32
+void My_SetDefaultDllDirectories();
void LoadSecurityDlls();
#endif