8 Dec
2022
8 Dec
'22
5:19 a.m.
Maybe not, but in any case I don't think string.h should be bringing in stdlib.h.
Would it be acceptable to move malloc and free to corecrt_malloc.h and then include only that file in string.h? Those functions really ought to be moved anyway to avoid declaring them in both malloc.h and stdlib.h. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1686#note_19140