Update native bridge to UI Automation for speed and reliability
Native UI Automation bridge redesigned for speed and reliability. The bridge library has been renamed to UiaBridge. Native components use VS 2010 C++ and .Net 4.
This commit is contained in:
10
native/uiabridge/Global.cpp
Normal file
10
native/uiabridge/Global.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright 2014, Synthuse.org
|
||||
* Released under the Apache Version 2.0 License.
|
||||
*
|
||||
* last modified by ejakubowski7@gmail.com
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "Global.h"
|
||||
#include "uiabridge.h"
|
||||
using namespace uiabridge;
|
||||
Reference in New Issue
Block a user