blob: 4d43f4712e3d8b88c888dd20b71a88d2e5e4d64e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1992.
//
// File: headers.cxx
//
// Contents: Precompiled headers
//
// History: 05-Nov-92 AlexT Created
//
//--------------------------------------------------------------------------
#include <memory.h>
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <ole2.h>
#ifdef _CAIRO_
#define _DCOM_
#define _CAIROSTG_
#include <oleext.h>
#endif
#include <debnot.h>
#include <drt.hxx>
#include <wrap.hxx>
#include <util.hxx>
#include <strlist.hxx>
|