Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
818 B

  1. //---------------------------------------------------------------------------
  2. // MCS.h
  3. //
  4. // Main header file for all MCS applications.
  5. //
  6. // (c) Copyright 1995-1998, Mission Critical Software, Inc., All Rights Reserved
  7. //
  8. // Proprietary and confidential to Mission Critical Software, Inc.
  9. //---------------------------------------------------------------------------
  10. #ifndef MCSINC_Mcs_h
  11. #define MCSINC_Mcs_h
  12. #ifdef __cplusplus
  13. // Mandatory Pragma Definitions.
  14. // #pragma warning( 3 : 4706 ) // assignment within if, while, etc.
  15. // Header Files Common To All MCS Modules.
  16. #include "McsDebug.h" // contains debug macros, it depends on
  17. // the following files: McsDebug.cpp,
  18. // McsDebugUtil.h and McsDebugUtil.cpp.
  19. #endif /* __cplusplus */
  20. #endif /* MCSINC_Mcs_h */