diff 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
line wrap: on
line diff
--- a/dep/animone/src/a11y/win32.cc	Thu Jun 20 03:03:05 2024 -0400
+++ b/dep/animone/src/a11y/win32.cc	Thu Jun 20 05:56:06 2024 -0400
@@ -10,6 +10,12 @@
 #include "animone/a11y/win32.h"
 #include "animone/util/win32.h"
 
+/* need to define these separately because libtool is dysfunctional */
+#include <initguid.h>
+
+DEFINE_GUID(IID_IUIAutomation, 0x30cbe57d,0xd9d0,0x452a,0xab,0x13,0x7a,0xc5,0xac,0x48,0x25,0xee);
+DEFINE_GUID(CLSID_CUIAutomation, 0xff48dba4,0x60ef,0x4201,0xaa,0x87,0x54,0x10,0x3e,0xef,0x59,0x4e);
+
 namespace animone::internal::win32 {
 
 // Windows Accessibility API reference: