Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
//#--------------------------------------------------------------
//
// 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_
|