/*++ Copyright (c) 1996 Microsoft Corporation Module Name: precomp.hxx Abstract: Precompiled header for the MPR. Pulls in all the system headers and local headers appearing in >15 files. Author: Anirudh Sahnni (anirudhs) 05-Mar-1996 Revision History: --*/ #ifndef __PRECOMP_HXX #define __PRECOMP_HXX extern "C" { #include // for ntrtl.h #include // for DbgPrint prototypes #include // needed for windows.h when I have nt.h #include #include // Internal MPR interfaces #include // More internal MPR interfaces #include // Network Provider interfaces } #include "mprdata.h" #include "mprdbg.h" #include "mprbase.hxx" #include "mprlock.hxx" #endif