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.

43 lines
752 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. #define CMDLINE_VERSION 200
  12. #include <windows.h>
  13. #include <shlwapi.h>
  14. #include <wtypes.h>
  15. #include <winuser.h>
  16. #include <stdio.h>
  17. #include <stdlib.h>
  18. #include <string.h>
  19. #include <ctype.h>
  20. #include <direct.h>
  21. #include <io.h>
  22. #include <TCHAR.H>
  23. #include <malloc.h>
  24. #include "resource.h"
  25. #include <strsafe.h>
  26. //
  27. // public C header files
  28. //
  29. #include <stdio.h>
  30. //
  31. // private Common header files
  32. //
  33. #include "cmdline.h"
  34. #include "cmdlineres.h"
  35. #endif // __PCH_H