2025-04-27 07:49:33 -04:00

24 lines
456 B
C++

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1997 - 1999
//
// File: trust.cpp
//
//--------------------------------------------------------------------------
#include "global.hxx"
#include <dbgdef.h>
BOOL CertConfigureTrustA(void)
{
return FALSE;
}
BOOL CertConfigureTrustW(void)
{
return FALSE;
}