Source code of Windows XP (NT5)
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.

44 lines
897 B

  1. //***************************************************************************
  2. // Copyright (c) Microsoft Corporation
  3. //
  4. // Module Name:
  5. // PCH.H
  6. //
  7. // Abstract:
  8. // Include file for standard system include files,
  9. // or project specific include files that are used frequently, but
  10. // are changed infrequently.
  11. // Author:
  12. // Vasundhara .G
  13. //
  14. // Revision History:
  15. // Vasundhara .G 9-oct-2k : Created It.
  16. //***************************************************************************
  17. #ifndef __PCH_H
  18. #define __PCH_H
  19. #if _MSC_VER > 1000
  20. #pragma once
  21. #endif // _MSC_VER > 1000
  22. #include <stdio.h>
  23. #include <stdlib.h>
  24. #include <windows.h>
  25. #include <objbase.h>
  26. #include <initguid.h>
  27. #include <comdef.h>
  28. #include "wbemidl.h"
  29. #include <tchar.h>
  30. #include <wchar.h>
  31. #include <crtdbg.h>
  32. #include <chstring.h>
  33. #include <shlwapi.h>
  34. #include <mstask.h>
  35. #include "cmdline.h"
  36. #endif // __PCH_H