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

Windows Building: not detected as 64-bit when searching for _X64_ #473

Merged

Conversation

Vavassor
Copy link
Contributor

@Vavassor Vavassor commented Sep 30, 2019

This check does not find _X64_ in Windows.h on my computer (Visual Studio 2019). It does have _AMD64_, so I included a check for both.

The error that failed the build was: 32-bit time_t was set (with _USE_32BIT_TIME_T) even though _WIN64 is defined.

@Vavassor Vavassor changed the title Fixes windows 64-bit not being detected under src/libcec. Windows not detected as 64-bit when searching for _X64_ Sep 30, 2019
@Vavassor Vavassor changed the title Windows not detected as 64-bit when searching for _X64_ Windows Building: not detected as 64-bit when searching for _X64_ Sep 30, 2019
@opdenkamp
Copy link
Contributor

I'm merging this PR in along with some other PRs in a few.
Thanks!

@opdenkamp opdenkamp merged commit d54b423 into Pulse-Eight:master Mar 28, 2020
opdenkamp added a commit that referenced this pull request Mar 28, 2020
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.

2 participants