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
445 B

  1. #ifndef __PCH_H
  2. #define __PCH_H
  3. // include header file only once
  4. #pragma once
  5. //
  6. // public Windows header files
  7. //
  8. #include <windows.h>
  9. #include <windowsx.h>
  10. #include <tchar.h>
  11. //
  12. // public C header files
  13. //
  14. #include <stdio.h>
  15. #include <stdlib.h>
  16. #include <shlwapi.h>
  17. #include <stdarg.h>
  18. #include <shellapi.h>
  19. //
  20. // private Common header files
  21. //
  22. #include "cmdline.h"
  23. #include "cmdlineres.h"
  24. #endif // __PCH_H