27 lines
557 B
C++
27 lines
557 B
C++
|
//+---------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1992 - 1992.
|
||
|
//
|
||
|
// File: headers.hxx
|
||
|
//
|
||
|
// Contents: class precompiled headers
|
||
|
//
|
||
|
// Classes:
|
||
|
//
|
||
|
// Functions:
|
||
|
//
|
||
|
// History: 24-Aug-93 PhilipLa Created
|
||
|
//
|
||
|
//----------------------------------------------------------------------------
|
||
|
#include <windows.h>
|
||
|
#include <ole2.h>
|
||
|
#include <com.hxx>
|
||
|
#include "safepnt.hxx"
|
||
|
#include "olesrv.hxx"
|
||
|
|
||
|
#if defined _CAIRO_
|
||
|
#define _DCOM_
|
||
|
#include <oleext.h>
|
||
|
#endif
|