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

Fix SCN_MSVC #62

Merged
merged 2 commits into from
Nov 2, 2023
Merged

Fix SCN_MSVC #62

merged 2 commits into from
Nov 2, 2023

Conversation

matbech
Copy link
Contributor

@matbech matbech commented May 20, 2022

The SCN_MSVC calculation is wrong
_MSC_VER: 1933
_MSC_FULL_VER: 193331424
To get _MSC_VER from _MSC_FULL_VER, _MSC_FULL_VER needs to be divided by 100000.

@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!.

The SCN_MSVC calculation is wrong
_MSC_VER: 1933
_MSC_FULL_VER: 193331424
@eliaskosunen eliaskosunen merged commit f27930c into eliaskosunen:master Nov 2, 2023
28 checks passed
@eliaskosunen
Copy link
Owner

Rebased, signed, and merged. Thank you!

@matbech matbech deleted the patch-2 branch November 2, 2023 08:31
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