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