mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #14] SysInfo: SimulateActivity class breaks compile with POSIX & NO_XTEST #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @erikjwaxx on GitHub (Mar 5, 2020).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/14
SysInfo::SimulateActivityintroduces an unconditional dependency onKeyb_SendKeys.However, this function is conditionally defined based on
#if defined(PLATFORM_WIN32) || !defined(flagNO_XTEST).@izabala123 commented on GitHub (Mar 6, 2020):
Solved, thank you for the report.