[PATCH 1/3] uiautomationcore: Add UiaLookupId stub.

Jacek Caban jacek at codeweavers.com
Mon Mar 20 06:46:22 CDT 2017


Hi Andrey,

On 19.03.2017 00:13, Andrey Gusev wrote:
> Fixes bug 42665
>
> Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
> ---
>  dlls/uiautomationcore/uia_main.c            | 10 ++++++++++
>  dlls/uiautomationcore/uiautomationcore.spec |  2 +-
>  include/uiautomationcoreapi.h               | 10 ++++++++++
>  3 files changed, 21 insertions(+), 1 deletion(-)
>
> diff --git a/dlls/uiautomationcore/uia_main.c b/dlls/uiautomationcore/uia_main.c
> index 994d8e6..a16d3d1 100644
> --- a/dlls/uiautomationcore/uia_main.c
> +++ b/dlls/uiautomationcore/uia_main.c
> @@ -17,6 +17,7 @@
>   */
>  
>  #include "uiautomationcore.h"
> +#include "uiautomationcoreapi.h"

Please just use uiautomation.h instead of both includes.


Thanks,
Jacek



More information about the wine-devel mailing list