Esme Povirk (@madewokherd) commented about dlls/uiautomationcore/uia_ids.c:
return NULL;
}
+const struct uia_event_info *uia_event_info_from_id(EVENTID event_id) +{
- if ((event_id < EVENT_ID_MIN) || (event_id > EVENT_ID_MAX))
I think maybe this should be `>=` ?