[PATCH 3/3] msvcrt: Implement quick_exit and _crt_at_quick_exit

Fabian Maurer dark.shadow4 at web.de
Tue Jun 12 02:43:49 CDT 2018


> Why don't you just call onexit functions instead of reimplementing it?
> Note that you don't need to call MSVCRT__initialize_onexit_table when
> quick_exit table is declared static.

What do you mean? AFAIK the onquickexit functions are different 
functions than the one registered onexit, no? So I need to have a second 
function that uses a different table. Or put the shared functionality into a 
shared function.

Regards,
Fabian Maurer

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180612/53e8598d/attachment.html>


More information about the wine-devel mailing list