DllSecur.h 240 B

12345678910111213141516171819
  1. /* DllSecur.h -- DLL loading for security
  2. 2016-06-08 : Igor Pavlov : Public domain */
  3. #ifndef __DLL_SECUR_H
  4. #define __DLL_SECUR_H
  5. #include "7zTypes.h"
  6. EXTERN_C_BEGIN
  7. #ifdef _WIN32
  8. void LoadSecurityDlls();
  9. #endif
  10. EXTERN_C_END
  11. #endif