2025-04-27 07:49:33 -04:00

34 lines
609 B
C++

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name :
comlog.hxx
Abstract:
non precompiled file for logging class
Author:
Whoever wants to own logging.
--*/
#ifndef _COMLOG_HXX_
#define _COMLOG_HXX_
/************************************************************
* Include Headers
************************************************************/
#include <ole2.h>
#include <ilogobj.hxx>
#include <colog.hxx>
#include "context.hxx"
#include <imd.h>
#include <mbs.hxx>
#include "logpublic.hxx"
#endif // _COMLOG_HXX_