Skip to content

Add Windows SDK CI #701

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

Closed
wants to merge 2 commits into from
Closed

Add Windows SDK CI #701

wants to merge 2 commits into from

Conversation

saghul
Copy link
Contributor

@saghul saghul commented Nov 18, 2024

No description provided.

/* In Windows SDK >= 26100 NAN is not a constant expression.
* See: https://github.com/quickjs-ng/quickjs/issues/622 */
#if defined(_MSC_VER)
#define _UCRT_NOISY_NAN
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should be doing that in quickjs.h. That affects embedders too, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah... your approach is better anyway, dropping this one.

@saghul
Copy link
Contributor Author

saghul commented Nov 18, 2024

Superseded by #702

@saghul saghul closed this Nov 18, 2024
@saghul saghul deleted the windows-sdk branch March 8, 2025 19:38
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