comparison dep/animone/src/a11y/win32.cc @ 343:1faa72660932

*: transfer back to cmake from autotools autotools just made lots of things more complicated than they should have and many things broke (i.e. translations)
author Paper <paper@paper.us.eu.org>
date Thu, 20 Jun 2024 05:56:06 -0400
parents adb79bdde329
children 886f66775f31
comparison
equal deleted inserted replaced
342:adb79bdde329 343:1faa72660932
7 #include <uiautomation.h> 7 #include <uiautomation.h>
8 8
9 #include "animone/a11y.h" 9 #include "animone/a11y.h"
10 #include "animone/a11y/win32.h" 10 #include "animone/a11y/win32.h"
11 #include "animone/util/win32.h" 11 #include "animone/util/win32.h"
12
13 /* need to define these separately because libtool is dysfunctional */
14 #include <initguid.h>
15
16 DEFINE_GUID(IID_IUIAutomation, 0x30cbe57d,0xd9d0,0x452a,0xab,0x13,0x7a,0xc5,0xac,0x48,0x25,0xee);
17 DEFINE_GUID(CLSID_CUIAutomation, 0xff48dba4,0x60ef,0x4201,0xaa,0x87,0x54,0x10,0x3e,0xef,0x59,0x4e);
12 18
13 namespace animone::internal::win32 { 19 namespace animone::internal::win32 {
14 20
15 // Windows Accessibility API reference: 21 // Windows Accessibility API reference:
16 // https://msdn.microsoft.com/en-us/library/windows/desktop/ff486375.aspx 22 // https://msdn.microsoft.com/en-us/library/windows/desktop/ff486375.aspx