windows-nt/Source/XPSP1/NT/base/fs/rdr2/rdbss/smb.mrx/precomp.h
2020-09-26 16:20:57 +08:00

23 lines
579 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// a minirdr must declare his name and his imports ptr
#define MINIRDR__NAME MRxSMB
#define ___MINIRDR_IMPORTS_NAME (MRxSmbDeviceObject->RdbssExports)
#include "rx.h" // get the minirdr environment
#include "ntddnfs2.h" // NT network file system driver include file
#include "netevent.h"
#include "smbmrx.h" // the global include for this mini
//
// If we are using the new TDI PNP and Power Management
// headers, then we should use the new routines
//
#if defined( TDI20 ) || defined( _PNP_POWER_ )
#define MRXSMB_PNP_POWER5
#endif
#include "smbprocs.h"