Source code of Windows XP (NT5)
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.

43 lines
552 B

  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. #include <dfsprocs.h>
  15. //
  16. // Local, independent include files
  17. //
  18. #include "debug.h"
  19. //
  20. // Local, dependent include files (order is important)
  21. //
  22. #include "lock.h"
  23. #include "mupdata.h"
  24. #include "mupstruc.h"
  25. #include "mupfunc.h"
  26. #include "mupwml.h"
  27. #endif // def _MUP_