[GH-ISSUE #14] SysInfo: SimulateActivity class breaks compile with POSIX & NO_XTEST #5

Closed
opened 2026-05-05 03:33:20 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @erikjwaxx on GitHub (Mar 5, 2020).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/14

SysInfo::SimulateActivity introduces an unconditional dependency on Keyb_SendKeys.

However, this function is conditionally defined based on #if defined(PLATFORM_WIN32) || !defined(flagNO_XTEST).

Originally created by @erikjwaxx on GitHub (Mar 5, 2020). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/14 `SysInfo::SimulateActivity` introduces an _unconditional_ dependency on `Keyb_SendKeys`. However, this function is _conditionally_ defined based on `#if defined(PLATFORM_WIN32) || !defined(flagNO_XTEST)`.
Author
Owner

@izabala123 commented on GitHub (Mar 6, 2020):

Solved, thank you for the report.

<!-- gh-comment-id:595976583 --> @izabala123 commented on GitHub (Mar 6, 2020): Solved, thank you for the report.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#5
No description provided.