| commit | 811ff2774b0647174fb294465c87f0759ceeeb27 | [log] [tgz] |
|---|---|---|
| author | Pali Rohár <pali.rohar@gmail.com> | Sun Sep 15 17:40:02 2024 +0200 |
| committer | Martin Storsjö <martin@martin.st> | Wed Sep 18 13:57:43 2024 +0300 |
| tree | be3cf81fe435c33516e2aa8e620081ec40ef09e8 | |
| parent | d5d0722b53081733506868e91541bd40bf2fb478 [diff] |
crt: Provide __p__winver() function also for ARM msvcrt.dll import library ARM32 and ARM64 OS system version of msvcrt.dll do not have neither _winver global variable, nor __p__winver() function. But they have _winmajor and _winminor global variables. Provide __p__winver() function emulation for ARM msvcrt import library via via values of _winmajor and _winminor global variables. Signed-off-by: Martin Storsjö <martin@martin.st>