35 lines
643 B
C
35 lines
643 B
C
|
|
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
// PARTICULAR PURPOSE.
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
// ComplianceApp.h - types and definitions for ComplianceApp command line
|
|
// sample.
|
|
|
|
#pragma once
|
|
|
|
#ifndef UNICODE
|
|
#define UNICODE
|
|
#endif
|
|
|
|
#ifndef _UNICODE
|
|
#define _UNICODE
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
#include <conio.h>
|
|
#include <objbase.h>
|
|
#include <msxml6.h>
|
|
#include <winevt.h>
|
|
#include <wpc.h>
|
|
|
|
#include "Utilities.h"
|
|
|
|
|
|
|
|
|