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.

55 lines
1.1 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(AFX_STDAFX_H__6877C875_4E31_4E1C_8AC2_024A50599D66__INCLUDED_)
  12. #define AFX_STDAFX_H__6877C875_4E31_4E1C_8AC2_024A50599D66__INCLUDED_
  13. #include <module.h>
  14. #include <stdio.h>
  15. #include <stdlib.h>
  16. #include <float.h>
  17. #include <HCP_trace.h>
  18. #include <MPC_utils.h>
  19. #include <MPC_xml.h>
  20. #include <MPC_COM.h>
  21. #include <MPC_streams.h>
  22. #include <MPC_logging.h>
  23. #include <MPC_security.h>
  24. #include <SvcResource.h>
  25. #include <SvcUtils.h>
  26. //
  27. // From HelpServiceTypeLib.idl
  28. //
  29. #include <HelpServiceTypeLib.h>
  30. #include <Service.h>
  31. #include <Utility.h>
  32. #include <AccountsLib.h>
  33. #include <TrustedScripts.h>
  34. #include <strsafe.h>
  35. extern MPC::NTEvent g_NTEvents;
  36. #endif // !defined(AFX_STDAFX_H__6877C875_4E31_4E1C_8AC2_024A50599D66__INCLUDED)