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.

40 lines
557 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. This includes the header files needed by everyone in this directory.
  7. Revision History:
  8. --*/
  9. #pragma once
  10. #define UNICODE 1
  11. #define _UNICODE 1
  12. //
  13. // Private nt headers.
  14. //
  15. #include <nt.h>
  16. #include <ntrtl.h>
  17. #include <nturtl.h>
  18. #include <ntddnfs.h>
  19. //
  20. // Public windows headers.
  21. //
  22. #include <stdio.h>
  23. #include <string.h>
  24. #include <windows.h>
  25. #include <rpc.h>
  26. #include <ntumrefl.h>
  27. #include "global.h"
  28. // eof. precomp.h