2020-09-30 16:53:55 +02: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