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

18 lines
441 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1999.
//
// File: Schema.h
//
// Contents: DoSchemaDiagnosis and support methods
//
//
//----------------------------------------------------------------------------
#ifndef __ACLDIAG_SCHEMA
#define __ACLDIAG_SCHEMA
HRESULT DoSchemaDiagnosis ();
#endif