summaryrefslogtreecommitdiff
path: root/include/m_crypto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-07-31 11:12:15 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-07-31 11:12:15 +0300
commit0759816934ba1f223451449f2fefad938217017c (patch)
treeb5ac04e0132dca9d6c9189e8a027163980ec992f /include/m_crypto.h
parent2a68715604212f62d96950341de9fa172c62d8c2 (diff)
headers code cleaning
Diffstat (limited to 'include/m_crypto.h')
-rw-r--r--include/m_crypto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_crypto.h b/include/m_crypto.h
index 11c75f626f..8a21ae6d06 100644
--- a/include/m_crypto.h
+++ b/include/m_crypto.h
@@ -24,7 +24,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef M_CRYPTO_H__
#define M_CRYPTO_H__ 1
+#ifndef M_CORE_H__
#include <m_core.h>
+#endif
struct MICryptoEngine
{
@@ -83,7 +85,6 @@ typedef struct tagCRYPTOPROVIDER
__forceinline HANDLE Crypto_RegisterEngine(CRYPTO_PROVIDER *pProvider)
{
- extern int hLangpack;
return (HANDLE)CallService(MS_CRYPTO_REGISTER_ENGINE, hLangpack, (LPARAM)pProvider);
}