WindowsXP-SP1/admin/admt/exenum/mcs.h

24 lines
841 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
//---------------------------------------------------------------------------
// 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 */