Merge remote-tracking branch 'origin/main'

This commit is contained in:
SlynxCZ 2026-02-06 21:16:58 +04:00
commit 29e9201c0b

View file

@ -201,7 +201,7 @@ Due to C++ ABI differences:
| Linux (Itanium ABI) | 2 | 3 |
| Windows (MSVC ABI) | 1 | 2 |
`public/Example.cs` already applies the correct offsets internally.
`public/Example.cs` applies Itanium offsets by default.
---