2025-04-27 07:49:33 -04:00

39 lines
530 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.

/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
precomp.h
Abstract:
This includes the header files needed by everyone in this directory.
Revision History:
--*/
//
// Get the minirdr environment.
//
#include "rx.h"
//
// NT network file system driver include files.
//
#include "ntddnfs2.h"
//
// Reflector library's user mode header file.
//
#include "ntumrefl.h"
#include "netevent.h"
//
// Reflector library's kernel mode header file.
//
#include "umrx.h"