mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #13] [CLOSED] SysInfo: fix MouseKey.cpp compile w/ NO_XTEST on non-Win32 platforms #112
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#112
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?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/13
Author: @erikjwaxx
Created: 3/5/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
a698acaSysInfo: fix MouseKey.cpp compile w/ NO_XTEST on non-Win32 platforms📊 Changes
1 file changed (+1 additions, -2 deletions)
View changed files
📝
bazaar/SysInfo/MouseKey.cpp(+1 -2)📄 Description
The
#if defined(PLATFORM_WIN32) || !defined(flagNO_XTEST)directivewas incorrectly
#endif'd outside thenamespace Uppblock it was openedin, leading to a syntactically invalid file with an unterminated
namespace block when this
#ifdefis false.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.