26 lines
614 B
Plaintext
26 lines
614 B
Plaintext
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1993 - 1998.
|
|
//
|
|
// File: indexsrv.idl
|
|
//
|
|
// Contents: master idl file for public interfaces
|
|
//
|
|
// History: 7-18-94 ErikGav Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifdef IMPORT_IDL_DEPENDENTS
|
|
import "oaidl.idl";
|
|
import "filter.idl";
|
|
#endif
|
|
|
|
#include "psink.idl"
|
|
#include "wsink.idl"
|
|
#include "wbreak.idl"
|
|
#include "stemsink.idl"
|
|
#include "istem.idl"
|
|
#include "colschem.idl"
|
|
|