deepak1556

#51695: fix: native addon compilation with msvc

Merged
Created: May 19, 2026, 2:20:18 AM
Merged: May 19, 2026, 3:17:06 PM
5 comments
Target: main

Description of Change

Fixes #51678

Release Notes

Notes: Fixed native addon compilation failure with undefined msvc intrinsic from v8 headers

Backports

42-x-y
Merged
PR Number
#51706
Merged At
May 19, 2026, 8:41:16 PM
Released In
Not yet
Release Date
Not yet
43-x-y
Merged
PR Number
#51705
Merged At
May 19, 2026, 11:38:12 PM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron