Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't call GetMessageTime on Xbox platforms #10909

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

sykhro
Copy link

@sykhro sykhro commented Sep 20, 2024

Description

Contents of winuser.h are generally not available when targeting WINAPI_PARTITION_GAMES.
Don't compile the call to GetMessageTime on Xbox, fixes a build failure.

Existing Issue(s)

Fixes a compilation issue due to the GAMES partition of WinAPI not including GetMessageTime
@slouken
Copy link
Collaborator

slouken commented Sep 20, 2024

Merged, thanks!

@sezero
Copy link
Contributor

sezero commented Sep 20, 2024

release-2.30.x branch needs this too, yes?

@sykhro
Copy link
Author

sykhro commented Sep 20, 2024

I imagine so, yes. if you want it, I have a patch that works on top of 2.30.7

@slouken
Copy link
Collaborator

slouken commented Sep 20, 2024

It doesn't cleanly cherry pick, and I haven't had time to look at why. I'll probably work on a 2.32 release next month, so it isn't urgent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants