Files
git/compat
Johannes Schindelin 3cdcee1656 mimalloc: allow running in Windows Nano Server containers
The `GetNumaProcessorNode()` symbol is not defined in Nano Server's DLLs
(because that function is long deprecated). This caused Git no longer to
work on Nano Server.

Instead of importing it statically, try to import it dynamically, and
fall back gracefully if it cannot be loaded.

This fixes https://github.com/git-for-windows/git/issues/4052

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2023-01-12 17:07:44 +01:00
..
2020-04-16 15:23:42 -07:00
2022-05-02 09:50:37 -07:00
2022-05-02 09:50:37 -07:00
2019-06-25 10:46:57 -07:00
2021-02-26 14:15:51 -08:00
2021-10-29 15:00:58 -07:00