[PATCH 2/2] ucrtbase: Implement _register_onexit_function()

Sebastian Lackner sebastian at fds-team.de
Sun Apr 24 13:28:48 CDT 2016


On 24.04.2016 20:05, Nikolay Sivov wrote:
> +        table->_first = MSVCRT_calloc(sizeof(void *), 32);

Not really an issue, but shouldn't the first argument be the counter, and the second one the size?




More information about the wine-devel mailing list