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.
56 lines
1.0 KiB
56 lines
1.0 KiB
//
|
|
|
|
// Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
|
|
// All Rights Reserved.
|
|
//
|
|
|
|
#pragma warning (disable : 4786)
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
|
|
#include <ole2.h>
|
|
#include <windows.h>
|
|
#include <typeinfo.h>
|
|
#include <process.h>
|
|
#include <objbase.h>
|
|
#include <stdio.h>
|
|
#include <provexpt.h>
|
|
#include <provtempl.h>
|
|
#include <provmt.h>
|
|
#include <wbemidl.h>
|
|
#include <provcont.h>
|
|
#include <provevt.h>
|
|
#include <provthrd.h>
|
|
#include <provlog.h>
|
|
#include <cominit.h>
|
|
#include <instpath.h>
|
|
#include <genlex.h>
|
|
#include <sql_1.h>
|
|
#include <objpath.h>
|
|
|
|
#include <provval.h>
|
|
#include <provtype.h>
|
|
#include <provtree.h>
|
|
#include <provdnf.h>
|
|
|
|
#include <initguid.h>
|
|
#ifndef INITGUID
|
|
#define INITGUID
|
|
#endif
|
|
|
|
#include <comdef.h>
|
|
|
|
// need safe functions
|
|
#define STRSAFE_LIB
|
|
#include <strsafe.h>
|
|
|
|
#include <ntevtdefs.h>
|
|
|
|
#include <ntevtserv.h>
|
|
#include <ntevtprov.h>
|
|
#include <ntevtthrd.h>
|
|
#include <ntevtinst.h>
|
|
#include <ntevtcfac.h>
|
|
#include <ntevtlogf.h>
|
|
#include <ntevtlogr.h>
|