Source code of Windows XP (NT5)
 
 
 
 
 
 

23 lines
433 B

//+-------------------------------------------------------------------------
//
// 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;
}