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.

33 lines
609 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name :
  4. comlog.hxx
  5. Abstract:
  6. non precompiled file for logging class
  7. Author:
  8. Whoever wants to own logging.
  9. --*/
  10. #ifndef _COMLOG_HXX_
  11. #define _COMLOG_HXX_
  12. /************************************************************
  13. * Include Headers
  14. ************************************************************/
  15. #include <ole2.h>
  16. #include <ilogobj.hxx>
  17. #include <colog.hxx>
  18. #include "context.hxx"
  19. #include <imd.h>
  20. #include <mbs.hxx>
  21. #include "logpublic.hxx"
  22. #endif // _COMLOG_HXX_