diff options
Diffstat (limited to 'include/m_crypto.h')
-rw-r--r-- | include/m_crypto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/m_crypto.h b/include/m_crypto.h index 1fcb7999bd..427925d56b 100644 --- a/include/m_crypto.h +++ b/include/m_crypto.h @@ -63,12 +63,6 @@ typedef MICryptoEngine* (__cdecl *pfnCryptoProviderFactory)(void); #define CPF_UNICODE 1
-#if defined(_UNICODE)
- #define CPF_TCHAR CPF_UNICODE
-#else
- #define CPF_TCHAR 0
-#endif
-
typedef struct tagCRYPTOPROVIDER
{
DWORD dwSize;
|