Skip to content

Add Windows SDK CI#701

Closed
saghul wants to merge 2 commits intomasterfrom
windows-sdk
Closed

Add Windows SDK CI#701
saghul wants to merge 2 commits intomasterfrom
windows-sdk

Conversation

@saghul
Copy link
Copy Markdown
Contributor

@saghul saghul commented Nov 18, 2024

No description provided.

Comment thread quickjs.h
/* 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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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