• Show log

    Commit

  • Hash : 7e26c7a6
    Author : Alexei Podtelezhnikov
    Date : 2021-09-07T17:06:27

    [builds/windows] Use native memory allocation API. * builds/windows/ftsystem.c (ft_alloc, ft_realloc, ft_free): Wrap HeapAlloc, HeapReAlloc, and HeapFree. (FT_New_Memory): Set the heap handle.