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.

61 lines
1.2 KiB

  1. //***************************************************************************
  2. // Copyright (c) Microsoft Corporation
  3. //
  4. // Module Name:
  5. // PCH.H
  6. //
  7. // Abstract:
  8. // Include file for standard system include files, or project specific
  9. // include files that are used frequently, but are changed infrequently.
  10. //
  11. // Author:
  12. // Vasundhara .G
  13. //
  14. // Revision History:
  15. // Vasundhara .G 22-sep-2k : Created It.
  16. //***************************************************************************
  17. #ifndef __PCH_H
  18. #define __PCH_H
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22. #pragma once // include header file only once
  23. //
  24. // public Windows header files
  25. //
  26. #include <windows.h>
  27. #include "winerror.h"
  28. //
  29. // public C header files
  30. //
  31. #define CMDLINE_VERSION 200
  32. #include <stdio.h>
  33. #include <stdlib.h>
  34. #include <string.h>
  35. #include <tchar.h>
  36. #include <shlwapi.h>
  37. #include <accctrl.h>
  38. #include <aclapi.h>
  39. #include <lm.h>
  40. #include <security.h>
  41. #include <strsafe.h>
  42. //
  43. // private Common header files
  44. //
  45. #include "cmdline.h"
  46. #include "cmdlineres.h"
  47. #ifdef __cplusplus
  48. }
  49. #endif
  50. #endif // __PCH_H