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.

29 lines
503 B

  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 <windows.h>
  12. #include <shlwapi.h>
  13. //
  14. // public C header files
  15. //
  16. #include <stdio.h>
  17. #include <tchar.h>
  18. #include <winsock2.h>
  19. //
  20. // private Common header files
  21. //
  22. #include "cmdline.h"
  23. #include "cmdlineres.h"
  24. #endif // __PCH_H