mirror of https://github.com/tongzx/nt5src
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.
24 lines
398 B
24 lines
398 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Copyright (C) 1999 Microsoft Corporation. All rights reserved.
|
|
//
|
|
|
|
|
|
#define STRICT
|
|
#define _ATL_APARTMENT_THREADED
|
|
|
|
extern "C" {
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
}
|
|
|
|
#undef ASSERT
|
|
#include <afx.h>
|
|
|
|
#include <atlbase.h>
|
|
extern CComModule _Module;
|
|
#include <atlcom.h>
|
|
|
|
#include <wbemprov.h>
|
|
|