WindowsXP-SP1/inetcore/outlookexpress/cryptdlg/trust.cpp

13 lines
147 B
C++
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
#include "pch.hxx"
BOOL CertConfigureTrustA(void)
{
return FALSE;
}
BOOL CertConfigureTrustW(void)
{
return FALSE;
}