Windows NT 4.0 source code leak
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.

54 lines
669 B

4 years ago
  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. mup.h
  5. Abstract:
  6. This module is the main include file for the MUP.
  7. It includes other header files.
  8. Author:
  9. Manny Weiser (mannyw) 17-Dec-1991
  10. Revision History:
  11. --*/
  12. #ifndef _MUP_
  13. #define _MUP_
  14. //
  15. // "System" include files
  16. //
  17. #include <dfsprocs.h>
  18. #ifdef MUPDBG
  19. #include <ntos.h>
  20. #include <string.h>
  21. #include <fsrtl.h>
  22. #else
  23. #include <ntifs.h>
  24. #endif
  25. //
  26. // Local, independent include files
  27. //
  28. #include "debug.h"
  29. //
  30. // Local, dependent include files (order is important)
  31. //
  32. #include "lock.h"
  33. #include "mupdata.h"
  34. #include "mupstruc.h"
  35. #include "mupfunc.h"
  36. #endif // def _MUP_