37 lines
861 B
C
37 lines
861 B
C
//#--------------------------------------------------------------
|
|
//
|
|
// File: rascominclude
|
|
//
|
|
// Synopsis: This file holds the global declarations for the
|
|
// RAS Server COM component
|
|
//
|
|
//
|
|
// History: 2/10/98 MKarki Created
|
|
// 8/13/98 SBens Removed unused dsource.h
|
|
//
|
|
// Copyright (C) 1997-98 Microsoft Corporation
|
|
// All rights reserved.
|
|
//
|
|
//----------------------------------------------------------------
|
|
#ifndef _RASCOMINCLUDE_H_
|
|
#define _RASCOMINCLUDE_H_
|
|
|
|
#include <ias.h>
|
|
#include <iaspolcy.h>
|
|
#include <iasplcy.h>
|
|
#include <iasattr.h>
|
|
#include <iascomp.h>
|
|
#include <iasdefs.h>
|
|
#include <sdoias.h>
|
|
#include "sdoiaspriv.h"
|
|
|
|
#include <iaspipe.h>
|
|
#include <iashlpr.h>
|
|
|
|
|
|
#include <atlbase.h>
|
|
extern CComModule _Module;
|
|
#include <atlcom.h>
|
|
|
|
#endif // ifndef _RASCOMINCLUDE_H_
|