eric pouech (@epo) commented about programs/cmd/wcmd.h:
void WCMD_execute (const WCHAR *orig_command, const WCHAR *redirects, CMD_LIST **cmdList, BOOL retrycall);
-void *heap_xalloc(size_t); +void *xalloc(size_t) __WINE_ALLOC_SIZE(1) __WINE_DEALLOC(free) __WINE_MALLOC;
-static inline WCHAR *heap_strdupW(const WCHAR *str) +static inline WCHAR *strdupW(const WCHAR *str)
if the only reason to keep it is to use xalloc, then I'd rather name this function as xstrdupW