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.

73 lines
1.4 KiB

  1. /*++
  2. Copyright (c) Microsoft Corporation
  3. Module Name:
  4. PCH.H
  5. Abstract:
  6. Include file for standard system include files, or project specific
  7. include files that are used frequently, but are changed infrequently.
  8. Author:
  9. Vasundhara .G
  10. Revision History:
  11. Vasundhara .G 26-sep-2k : Created It.
  12. Vasundhara .G 31-oct-2k : Modified
  13. --*/
  14. #ifndef __PCH_H
  15. #define __PCH_H
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif // _MSC_VER > 1000
  19. #if !defined( SECURITY_WIN32 ) && !defined( SECURITY_KERNEL ) && !defined( SECURITY_MAC )
  20. #define SECURITY_WIN32
  21. #endif
  22. #define CMDLINE_VERSION 200
  23. #include <nt.h>
  24. #include <ntrtl.h>
  25. #include <nturtl.h>
  26. #include <ntexapi.h>
  27. #include <Security.h>
  28. #include <SecExt.h>
  29. #include <windows.h>
  30. #include <winsvc.h>
  31. #include <stdio.h>
  32. #include <stdlib.h>
  33. #include <string.h>
  34. #include <conio.h>
  35. #include <mbstring.h>
  36. #include <tchar.h>
  37. #include <winperf.h>
  38. #include <shlwapi.h>
  39. #include <lmcons.h>
  40. #include <Lmapibuf.h>
  41. #include <lmerr.h>
  42. #include <winnetwk.h>
  43. #include <common.ver>
  44. #include <objbase.h>
  45. #include <initguid.h>
  46. #include <wbemidl.h>
  47. #include <Wbemcli.h>
  48. #include <wbemtime.h>
  49. #include <wchar.h>
  50. #include <lmwksta.h>
  51. #include <comdef.h>
  52. #include <Lmwksta.h>
  53. #include <Chstring.h>
  54. #include <malloc.h>
  55. #include "cmdline.h"
  56. #include "cmdlineres.h"
  57. #endif // __PCH_H