21 lines
335 B
C
21 lines
335 B
C
/*++
|
|
|
|
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
|
|
|