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
17 lines
527 B
//******************************************************************************
|
|
//
|
|
// MitWarning.h: MIT Template Library warnings
|
|
//
|
|
// Copyright (C) 1996-1997 by Microsoft Corporation.
|
|
// All rights reserved.
|
|
//
|
|
//******************************************************************************
|
|
|
|
#if !defined(MIT_MitWarning)
|
|
#define MIT_MitWarning
|
|
|
|
#define ZCOM_WARNING_DISABLE disable: 473 454 4100 4244 4310 4505 4510 4610
|
|
#define ZCOM_WARNING_DEFAULT default: 473 454 4100 4244 4310 4505 4510 4610
|
|
|
|
#endif
|
|
|