commit | 2df32c0fe186f3ec83216cd7ca26c43c2844ad5f | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Sun Jul 13 12:56:22 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Fri Aug 01 20:15:43 2025 +0300 |
tree | 2b462c857cd0e07ca1a6e4a28b9fb5ff933d72e3 | |
parent | 5b4e97ce59a60ba7606529df3cd9a068b7bbf7ba [diff] |
crt: Add emulation of _get_pgmptr() function for pre-msvcr80 import libs Function _get_pgmptr() is available in msvcr80+, UCRT and also in i386 and x64 msvcrt.dll since Windows Vista. It is not available in arm msvcrt.dll. Signed-off-by: Martin Storsjö <martin@martin.st>