Leaked source code of windows server 2003
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.

22 lines
601 B

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