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

Set missing Windows defines #197

Merged
merged 2 commits into from
Aug 15, 2023
Merged

Conversation

Lukasa
Copy link
Contributor

@Lukasa Lukasa commented Aug 14, 2023

Motivation

We need a few extra Windows defines to match what BoringSSL does, and to suppress warnings.

Modifications

Add the missing defines.

Result

Fewer warnings.
Resolves #195.

Motivation

We need a few extra Windows defines to match what BoringSSL does, and
to suppress warnings.

Modifications

Add the missing defines.

Result

Fewer warnings.
Resolves apple#195.
Package.swift Outdated Show resolved Hide resolved
Package.swift Outdated Show resolved Hide resolved
Package.swift Outdated Show resolved Hide resolved
Package.swift Outdated Show resolved Hide resolved
Co-authored-by: Saleem Abdulrasool <[email protected]>
@Lukasa Lukasa enabled auto-merge (squash) August 15, 2023 09:46
@Lukasa Lukasa merged commit 710deac into apple:main Aug 15, 2023
@Lukasa Lukasa deleted the cb-better-windows-defines branch August 15, 2023 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider adding _CRT_SECURE_NO_WARNINGS to disable warnings on Windows.
4 participants