Leaked source code of windows server 2003
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.

17 lines
527 B

  1. //******************************************************************************
  2. //
  3. // MitWarning.h: MIT Template Library warnings
  4. //
  5. // Copyright (C) 1996-1997 by Microsoft Corporation.
  6. // All rights reserved.
  7. //
  8. //******************************************************************************
  9. #if !defined(MIT_MitWarning)
  10. #define MIT_MitWarning
  11. #define ZCOM_WARNING_DISABLE disable: 473 454 4100 4244 4310 4505 4510 4610
  12. #define ZCOM_WARNING_DEFAULT default: 473 454 4100 4244 4310 4505 4510 4610
  13. #endif