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.
30 lines
496 B
30 lines
496 B
/*++
|
|
|
|
Copyright (C) 1999-2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
Abstract:
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
|
|
#pragma warning( disable : 4786 ) // identifier was truncated to 'number' characters in the
|
|
|
|
#include "precomp.h"
|
|
#include <comutil.h>
|
|
#include <map>
|
|
#include <vector>
|
|
#include <oledb.h>
|
|
#include <oledberr.h>
|
|
#include <sqloledb.h>
|
|
#include <flexarry.h>
|
|
#include <wstring.h>
|
|
#include <wqlnode.h>
|
|
#include <wbemutil.h>
|
|
#include <wbemcli.h>
|
|
#include <time.h>
|
|
#include <reposit.h>
|
|
#include <wqltosql.h>
|