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.

44 lines
604 B

  1. /*++
  2. Copyright (c) 1999-2001 Microsoft Corporation
  3. Module Name:
  4. common.h
  5. Abstract:
  6. This module accumulates common headers for
  7. SSR Knowledge Base processing.
  8. Author:
  9. Vishnu Patankar (VishnuP) - Oct 2001
  10. Environment:
  11. User mode only.
  12. Exported Functions:
  13. Revision History:
  14. Created - Oct 2001
  15. --*/
  16. #ifndef _KBCOMMON_H_
  17. #define _KBCOMMON_H_
  18. #include <nt.h>
  19. #include <ntrtl.h>
  20. #include <nturtl.h>
  21. #include <windows.h>
  22. #include <tchar.h>
  23. #include <comdef.h>
  24. #include <msxml2.h>
  25. #include <winsvc.h>
  26. #include <atlbase.h>
  27. #endif