commit | dc348cb1b4673ff897507ea29c27adb1c750e4a7 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Fri Dec 14 09:38:33 2018 +0200 |
committer | Martin Storsjö <martin@martin.st> | Fri Dec 14 11:39:15 2018 +0200 |
tree | 16d3091fee3f30c8213f472ce2cc0b43c46ec0fa | |
parent | f7b2feb36b321da90e1abf95f40efb5170126400 [diff] |
crt: Correct the availability for __C_specific_handler In kernel32.dll, it's not available on arm64 (and not on i386 either). In ucrtbase.dll and api-ms-win-crt-private, it's available everywhere except on i386. Signed-off-by: Martin Storsjö <martin@martin.st>