summaryrefslogtreecommitdiff
path: root/include/m_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_crypto.h')
-rw-r--r--include/m_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_crypto.h b/include/m_crypto.h
index d13a6b053e..b16bf2c35c 100644
--- a/include/m_crypto.h
+++ b/include/m_crypto.h
@@ -61,7 +61,7 @@ struct MICryptoEngine
// lParam = (CRYPTO_PROVIDER*)
// returns HANDLE on success or NULL on failure
-typedef MICryptoEngine* (__cdecl *pfnCryptoProviderFactory)(void);
+typedef MICryptoEngine* (MIR_CDECL *pfnCryptoProviderFactory)(void);
#define CPF_UNICODE 1