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.
20 lines
335 B
20 lines
335 B
/*++
|
|
|
|
Copyright (C) 1996-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
MITWARNING.H
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
#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
|
|
|