2025-04-27 07:49:33 -04:00

35 lines
713 B
C++

//*************************************************************
//
// 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__