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.

47 lines
825 B

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