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.

50 lines
728 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. pch.h
  5. Abstract:
  6. This includes the header files needed by everyone in this directory.
  7. Revision History:
  8. --*/
  9. #ifndef __cplusplus
  10. #pragma once
  11. #define UNICODE 1
  12. #define _UNICODE 1
  13. //
  14. // Private nt headers.
  15. //
  16. #include <nt.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.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 <rpcutil.h>
  27. #include <lmcons.h>
  28. #include <lmerr.h>
  29. #include <netlib.h>
  30. #include <netlibnt.h>
  31. #include <wininet.h>
  32. #include <winineti.h>
  33. #include <mpr.h>
  34. #include <npapi.h>
  35. #include "davname.h"
  36. #endif // __cplusplus