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.

71 lines
1.4 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 26-sep-2k : Created It.
  16. // Vasundhara .G 31-oct-2k : Modified
  17. //***************************************************************************
  18. #ifndef __PCH_H
  19. #define __PCH_H
  20. #if _MSC_VER > 1000
  21. #pragma once
  22. #endif // _MSC_VER > 1000
  23. #if !defined( SECURITY_WIN32 ) && !defined( SECURITY_KERNEL ) && !defined( SECURITY_MAC )
  24. #define SECURITY_WIN32
  25. #endif
  26. #include <nt.h>
  27. #include <ntrtl.h>
  28. #include <nturtl.h>
  29. #include <ntexapi.h>
  30. #include <Security.h>
  31. #include <SecExt.h>
  32. #include <windows.h>
  33. #include <winsvc.h>
  34. #include <stdio.h>
  35. #include <stdlib.h>
  36. #include <string.h>
  37. #include <conio.h>
  38. #include <mbstring.h>
  39. #include <tchar.h>
  40. #include <winperf.h>
  41. #include <shlwapi.h>
  42. #include <lmcons.h>
  43. #include <Lmapibuf.h>
  44. #include <lmerr.h>
  45. #include <winnetwk.h>
  46. #include <common.ver>
  47. #include <objbase.h>
  48. #include <initguid.h>
  49. #include <wbemidl.h>
  50. #include <Wbemcli.h>
  51. #include <wbemtime.h>
  52. #include <wchar.h>
  53. #include <lmwksta.h>
  54. #include <comdef.h>
  55. #include <Lmwksta.h>
  56. #include <Chstring.h>
  57. #include <malloc.h>
  58. #include "cmdline.h"
  59. #include "cmdlineres.h"
  60. #endif // __PCH_H