/*++ Copyright (c) 1998-2002 Microsoft Corporation Module Name: precomp.h Abstract: This is the local header file for CmnSys.lib Author: George V. Reilly (GeorgeRe) 30-Jan-2002 Revision History: --*/ #ifndef _PRECOMP_H_ #define _PRECOMP_H_ // // We are willing to ignore the following warnings, as we need the DDK to // compile. // #pragma warning(disable:4115) // named type definition in parentheses #pragma warning(disable:4127) // condition expression is constant #include #include #include #include #include #include // #include // #include #include #include "..\..\sys\config.h" #include "..\..\sys\strlog.h" #include "..\..\sys\debug.h" // // Project include files. // #include #include #include #include #include #include typedef UCHAR BYTE; #endif // _PRECOMP_H_