"Pierre d'Herbemont" stegefin@free.fr writes:
This patch provides Mach-O support in WineLib. As Mach-O doesn't have init and fini section, it adds support for it in dlopen. A new file mach-o.c is created. It contains functions which add support for init, and fini section.
Isn't there any way to have an init function? How does Mach-O support C++ constructors?