mirror of https://github.com/UMSKT/xpmgr.git
13 lines
385 B
C
13 lines
385 B
C
// -------------------------------------------------------------
|
|
// UIAutomation.h
|
|
//
|
|
// UIAutomation API Header, brings in all the other UIAutomation headers
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// -------------------------------------------------------------
|
|
|
|
#include <UIAutomationCore.h>
|
|
#include <UIAutomationClient.h>
|
|
#include <UIAutomationCoreApi.h>
|
|
|