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.
34 lines
713 B
34 lines
713 B
//*************************************************************
|
|
//
|
|
// Copyright (c) Microsoft Corporation 1999 - 2000
|
|
// All rights reserved
|
|
//
|
|
// rsop.hxx
|
|
//
|
|
//*************************************************************
|
|
|
|
#if !defined(__RSOP_HXX__)
|
|
#define __RSOP_HXX__
|
|
|
|
#define DmAssert(x)
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
#include <assert.h>
|
|
#include <wchar.h>
|
|
#include <wbemcli.h>
|
|
#include <userenv.h>
|
|
#include "smartptr.h"
|
|
#include "wbemtime.h"
|
|
#include "variant.hxx"
|
|
#include "dllload.hxx"
|
|
#include "schema.h"
|
|
#include "polbase.hxx"
|
|
#include "context.hxx"
|
|
#include "pollog.hxx"
|
|
#include "util.hxx"
|
|
|
|
#endif // __RSOP_HXX__
|
|
|