13 lines
147 B
C++
13 lines
147 B
C++
#include "pch.hxx"
|
|
|
|
BOOL CertConfigureTrustA(void)
|
|
{
|
|
return FALSE;
|
|
}
|
|
|
|
BOOL CertConfigureTrustW(void)
|
|
{
|
|
return FALSE;
|
|
}
|
|
|