WindowsXP-SP1/admin/admt/setdtct/mcs.h
2020-09-30 16:53:49 +02:00

24 lines
841 B
C

//---------------------------------------------------------------------------
// MCS.h
//
// Main header file for all MCS applications.
//
// (c) Copyright 1995-1998, Mission Critical Software, Inc., All Rights Reserved
//
// Proprietary and confidential to Mission Critical Software, Inc.
//---------------------------------------------------------------------------
#ifndef MCSINC_Mcs_h
#define MCSINC_Mcs_h
#ifdef __cplusplus
// Mandatory Pragma Definitions.
// #pragma warning( 3 : 4706 ) // assignment within if, while, etc.
// Header Files Common To All MCS Modules.
#include "McsDebug.h" // contains debug macros, it depends on
// the following files: McsDebug.cpp,
// McsDebugUtil.h and McsDebugUtil.cpp.
#endif /* __cplusplus */
#endif /* MCSINC_Mcs_h */