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.

32 lines
526 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 <stdlib.h>
  19. #include <malloc.h>
  20. //
  21. // private Common header files
  22. //
  23. #include "cmdline.h"
  24. #include "cmdlineres.h"
  25. #endif // __PCH_H