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.

65 lines
1.1 KiB

  1. #ifndef __PCH_H
  2. #define __PCH_H
  3. #if !defined( SECURITY_WIN32 ) && !defined( SECURITY_KERNEL ) && !defined( SECURITY_MAC )
  4. #define SECURITY_WIN32
  5. #endif
  6. // include header file only once
  7. #pragma once
  8. //
  9. // public Windows header files
  10. //
  11. #include <nt.h>
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #include <windows.h>
  15. #include <Security.h>
  16. #include <SecExt.h>
  17. #include <windows.h>
  18. #include <wchar.h>
  19. #include <io.h>
  20. #include <sys/stat.h>
  21. #include <limits.h>
  22. #include "Shlwapi.h"
  23. #include "winbase.h"
  24. //
  25. // public Windows header files
  26. //
  27. #include <windows.h>
  28. #include <winperf.h>
  29. #include <lmcons.h>
  30. #include <lmerr.h>
  31. #include <dbghelp.h>
  32. #include <psapi.h>
  33. #include <ntexapi.h>
  34. //
  35. // public C header files
  36. //
  37. #include <stdio.h>
  38. #include <stdlib.h>
  39. #include <string.h>
  40. #include <conio.h>
  41. #include <tchar.h>
  42. #include <Winioctl.h>
  43. #include <Rpcdce.h>
  44. #include <crtdbg.h>
  45. #include <diskguid.h>
  46. #include <rpc.h>
  47. #include <Lm.h>
  48. #include <sddl.h>
  49. #include <malloc.h>
  50. #include "cmdline.h"
  51. #include "cmdlineres.h"
  52. //
  53. // private Common header files
  54. //
  55. #endif // __PCH_H