commit | 6a01246c745481c5818685d9d094e2dddda5b184 | [log] [tgz] |
---|---|---|
author | Steve Lhomme <robux4@ycbcr.xyz> | Thu Jun 08 07:55:39 2023 +0200 |
committer | LIU Hao <lh_mouse@126.com> | Thu Jun 08 23:09:13 2023 +0800 |
tree | 8a0a9f7f16b589038e9b9d270b0ff442a98e41a2 | |
parent | d32bd1805c77c8ef693d250acaeb7c1c97be10e6 [diff] |
headers: allow GetNumaHighestNodeNumber in Win10 19H1 UWP builds It is not allowed in older SDK. It won't compile or won't link. The target DLL will likely not have the function, so it should not be used when targetting older Windows 10 versions in UWP mode. Signed-off-by: LIU Hao <lh_mouse@126.com>