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.

78 lines
1.3 KiB

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name :
  4. precomp.hxx
  5. Abstract:
  6. precompiled file for logging class
  7. Author:
  8. Whoever wants to own logging.
  9. --*/
  10. #ifndef _PRECOMP_HXX_
  11. #define _PRECOMP_HXX_
  12. /************************************************************
  13. * Include Headers
  14. ************************************************************/
  15. # if defined ( __cplusplus)
  16. extern "C" {
  17. # endif
  18. #include <nt.h>
  19. #include <ntrtl.h>
  20. #include <nturtl.h>
  21. #include <windows.h>
  22. #define DEFAULT_TRACE_FLAGS (DEBUG_ERROR)
  23. #include <dbgutil.h>
  24. #include "inetcom.h"
  25. # if defined ( __cplusplus)
  26. }
  27. # endif
  28. #ifdef _ASSERTE
  29. #undef _ASSERTE
  30. #endif
  31. #define _ASSERTE DBG_ASSERT
  32. #ifndef _ATL_NO_DEBUG_CRT
  33. #define _ATL_NO_DEBUG_CRT
  34. #endif
  35. #include <string.hxx>
  36. #include <tsres.hxx>
  37. #include <datetime.hxx>
  38. #include <logtype.h>
  39. #include <logging.hxx>
  40. #include <atlbase.h>
  41. extern CComModule _Module;
  42. #pragma warning(push, 3)
  43. #include <atlcom.h>
  44. #pragma warning(pop)
  45. #include "const.h"
  46. #include "iiscnfg.h"
  47. #include <inetsvcs.h>
  48. #include <dbgutil.h>
  49. #include <eventlog.hxx>
  50. #include "global.h"
  51. #include "ilogfile.hxx"
  52. #include "logmsg.h"
  53. #include <imd.h>
  54. #include <mbs.hxx>
  55. #pragma hdrstop
  56. #endif // _PRECOMP_HXX_