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.

61 lines
1.2 KiB

  1. /******************************************************************************
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. StdAfx.h
  5. Abstract:
  6. Precompiled header.
  7. Revision History:
  8. Davide Massarenti (Dmassare) 03/16/2000
  9. created
  10. ******************************************************************************/
  11. #if !defined(HELPCTR_SERVICE_DATABASE_STDAFX_H__INCLUDED_)
  12. #define HELPCTR_SERVICE_DATABASE_STDAFX_H__INCLUDED_
  13. #include <module.h>
  14. //
  15. // From HelpServiceTypeLib.idl
  16. //
  17. #include <HelpServiceTypeLib.h>
  18. //
  19. // For debug trace
  20. //
  21. #include <HCP_trace.h>
  22. #include <MPC_utils.h>
  23. #include <MPC_xml.h>
  24. #include <MPC_COM.h>
  25. #include <MPC_streams.h>
  26. #include <QueryResult.h>
  27. #include <TaxonomyDatabase.h>
  28. #include <MergedHHK.h>
  29. #include <OfflineCache.h>
  30. #include <SvcUtils.h>
  31. #include <FileList.h>
  32. #include <SecurityLib.h>
  33. //
  34. // Localized strings functions.
  35. //
  36. #include <locres.h>
  37. //
  38. // Localized strings IDs.
  39. //
  40. #include <HCAppRes.h>
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(HELPCTR_SERVICE_DATABASE_STDAFX_H__INCLUDED_)