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.

88 lines
1.8 KiB

  1. /******************************************************************************
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. stdafx.h
  5. Abstract:
  6. include file for standard system include files,
  7. or project specific include files that are used frequently,
  8. but are changed infrequently
  9. Revision History:
  10. Davide Massarenti (Dmassare) 07/21/99
  11. created
  12. ******************************************************************************/
  13. #if !defined(AFX_STDAFX_H__356DF1F8_D4FF_11D2_9379_00C04F72DAF7__INCLUDED_)
  14. #define AFX_STDAFX_H__356DF1F8_D4FF_11D2_9379_00C04F72DAF7__INCLUDED_
  15. #include <module.h>
  16. //
  17. // From HelpServiceTypeLib.idl
  18. //
  19. #include <HelpServiceTypeLib.h>
  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 <Debug.h>
  27. #include <SvcResource.h>
  28. #include <SvcUtils.h>
  29. //////
  30. #include <Utility.h>
  31. #include <FileList.h>
  32. //////
  33. #include <Service.h>
  34. #include <SystemMonitor.h>
  35. #include <DataCollection.h>
  36. #include <QueryResult.h>
  37. #include <SearchEngineLib.h>
  38. #include <SAFLib.h>
  39. #include <Incident.h>
  40. #include <Cabinet.h>
  41. #include <OfflineCache.h>
  42. #include <TaxonomyDatabase.h>
  43. #include <PCHUpdate.h>
  44. #include <SecurityLib.h>
  45. #include <NewsLib.h>
  46. #include <Encrypt.h>
  47. #include <UnsolicitedRC.h>
  48. /////////////////////////////////////////////////////////////////////////////
  49. #define BUFFER_SIZE_TMP (64)
  50. #define BUFFER_SIZE_FILECOPY (512)
  51. /////////////////////////////////////////////////////////////////////////////
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_STDAFX_H__356DF1F8_D4FF_11D2_9379_00C04F72DAF7__INCLUDED)